stephen-pilli / DeepSentiBank

16 stars 2 forks source link

No such file or directory: 'test_image-features_fc7.dat #2

Closed xiaoyiliu-usc closed 3 years ago

stephen-pilli commented 3 years ago

Please compile feature extrator with the below command

nvcc extract_nfeatures.cpp -o extract_nfeatures -lprotobuf -lglog -lpthread -lboost_system -lcaffe

stephen-pilli commented 3 years ago

Please check you caffe directory and change the path accordingly in extract_nfeature.cpp file.

stephen-pilli commented 3 years ago

This description is available in sentiBank.py file Usage: python sentiBank.py image_path/image_path_list.txt [CPU/GPU] [DEVICE_ID=0]

The same is added to the readme as well.