Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 280 Bytes

File metadata and controls

12 lines (7 loc) · 280 Bytes

To run baseline

  1. Add liblinear to path (e.g., addpath(genpath(liblinear)))
  2. Place scene category directory in ../scene_categories
  3. Run the following

>> close all;clear all;baseline;

See wiki for further instructions on how to run the program and results.