ColumbiaDVMM / CDC

CDC: Convolutional-De-Convolutional Networks for Precise Temporal Action Localization in Untrimmed Videos
68 stars 18 forks source link

An error while running the demo code #4

Closed yangchihyuan closed 7 years ago

yangchihyuan commented 7 years ago

Hi, I run the demo file xfeat.sh but got an error. Is there any suggestion to prevent the error? Thanks a lot.

I0718 16:52:56.477802 1052 net.cpp:322] Copying source layer relu6 I0718 16:52:56.477825 1052 net.cpp:322] Copying source layer drop6 I0718 16:52:56.477830 1052 net.cpp:322] Copying source layer fc7-1-convdeconv I0718 16:52:57.688776 1052 net.cpp:322] Copying source layer relu7 I0718 16:52:57.688798 1052 net.cpp:322] Copying source layer drop7 I0718 16:52:57.688802 1052 net.cpp:322] Copying source layer predict I0718 16:52:57.691529 1052 net.cpp:322] Copying source layer loss E0718 16:52:57.796006 1052 extract_image_features.cpp:72] Extracting features for 1 batches I0718 16:52:58.240720 1066 video_segmentation_data_layer.cpp:204] Restarting data prefetching from start. E0718 16:52:58.391898 1052 extract_image_features.cpp:108] Extracted features of 4 images. E0718 16:52:58.391916 1052 extract_image_features.cpp:112] Successfully extracted 4 features!

zhengshou commented 7 years ago

Sorry for the late reply. Just back from my trip. Have you solved your problem already?

yangchihyuan commented 7 years ago

Thank you for the reply. I didn't solve the problem yet because although the program crashes, it still generates 4 prob files.

zhengshou commented 7 years ago

It seems not straightforward for me to interpret your error according to this log file. Have you run C3D feature extraction successfully before? If not, could you please first get familiar with C3D usage because my pipeline and settings are based on and thus quite similar with C3D.

yangchihyuan commented 7 years ago

Thank you for the suggestions. I will do it later. By the way, after rebuilding caffe and CDC, the error message changes to Error in `../CDC/build/tools/extract_image_features.bin': double free or corruption (!prev): 0x00000000010fa1e0 For your information.

zhengshou commented 7 years ago

Closing this issue since no further update. For issues related with C3D, please direct to C3D github repo. Thanks.