verlab / SceneUnderstanding_CIARP_2017

GNU General Public License v3.0
13 stars 6 forks source link

CNN feature #1

Open pribadihcr opened 7 years ago

pribadihcr commented 7 years ago

Hi,

Is there readme tutorial how to get CNN feature and the pretrained model ?

Thanks

gsnasc commented 7 years ago

Hello, To extract the CNN feature you can execute the saveFeats.py, entering the configuration file, the list of sample inputs (images), the window size (for sliding window step) and the output folder, where the features will be saved. You can acquire the pretrained models on

VGG-Places http://places.csail.mit.edu/downloadCNN.html

VGG-Imagenet (ILSVRC-2014) http://www.robots.ox.ac.uk/~vgg/research/very_deep/

Also, we will offer a detailed documentation soon.

liuna0630 commented 6 years ago

hi,when will we see a detailed documentation?thanks