I'm studying the Caltech101 computer vision dataset using Matlab..
I wanted to classify and train the images of caltech-101 using phow_caltech.m
file
but there was a problem, I don't know how to change the categories...
these are what I did.
- setup lv_setup
- test version : vl_version verbose OK
- vl_demo OK
- make m_file phow_caltech101.m (copy)
- I downloaded caltech101 images at [here][2] by myself and copied to
data/caltech-101
>>phow_caltech101
(in command widnow)- I saw fixed example categories (BACKGROUND_Goole, Faces, Faces_easy, Leopards, Motobikes)
I've tried to change the example categories(BACKGROUND_Goole, Faces, Faces_easy, Leopards, Motobikes)
I want to use categories ( accordion, airplanes, anchor, ant in caltech-101)
I changed some codes of phow_caltech101.m but it didn't work...
plz give me some advice ... help me
I look forward to replying your mail or answer thank you~!
C:\VLFEAT\data\caltech-101 ( there are many image folders )
conf.calDir = 'data/caltech-101' ; ( I changed like this in phow_caltech101.m file)