WaqasSultani / AnomalyDetectionCVPR2018

502 stars 182 forks source link

Extracting c3d features error #41

Open Vinodini96 opened 5 years ago

Vinodini96 commented 5 years ago

When i tried to extract c3d features,i got this error. Screenshot (error)

After this,I have installed caffe and while i make 'build caffe' in visual studio,i got all the caffe projects unloaded. How can I overcome this issue?Help me,

rajanjitenpatel commented 5 years ago

Issue is your execution cannot able to identify Caffe root dir to navigate to link.

To check C3D is running pefectly.. First, try to run c3d_sport1m_feature_extraction_frm.sh or c3d_sport1m_feature_extraction_video.sh

If it is running, Then edit python code at line or line2 to correct

You can debug it by printing out the caffe path.

For your information. I have created C3D feature extraction using Google Colab for particular to this project. you can check this out. It is easy and faster way to extract video feature.

Vinodini96 commented 5 years ago

@rajanjitenpatel Thanks for your reply. I have tried using the link for colab(C3D feature extraction using Google Colab) which you shared.Please check the screenshot. Screenshot

kayleeliyx commented 4 years ago

@rajanjitenpatel Thanks for your reply. I have tried using the link for colab(C3D feature extraction using Google Colab) which you shared.Please check the screenshot. Screenshot

Hi! I noticed your success in building c3d extraction. Would you please help me with that? I met error with

!sudo make all -j 32 #this will build caffe file.
#If any error occurs google it out.
#It is important to build all files before extacting video features.

Should I somehow build caffe first? Thank you so much!!!