-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluate_anomaly_detector.m- C3D features for videos (.fc file) what's this .fc files #9
Comments
now got this error ivideo =
Array indices must be positive integers or logical values. Error in Evaluate_Anomaly_Detector_another_CLG (line 85) Exception in thread "Explorer NavigationContext request queue" java.lang.OutOfMemoryError: GC overhead limit exceeded |
Hi, please take a look at Script folder and C3D feature extraction notebook in this repo. |
when tried to extract feature from C3DV0.ipynb got this error /content/C3D/C3D-v1.0/examples/c3d_feature_extraction |
Make sure that you are using GColab under the GPU mode. Also, carefully prepare the necessary input files for C3D feature extraction (visit Facebook C3D repo and Document link on the README description). |
i will check, thank you. is it possible to share .fc files, because last time you shared filed regarding to c3d feature extractor but in that folder .fc files was missing. i just want to test Evaluate_anomaly_detector.m . thanks in advance. |
I can share *.fc6 files but the thing is that Evaluation code also needs corresponding mp4 video of that fc6 (which I could not share at the moment). Anyways, I will send you some for you to experiment. |
thank you so much. |
Here is the OneDrive link of 15 testing videos (mp4 and fc-6). Hope this help! |
Your link is broken, could you please put it again? Thank you very much |
The link of the author is invalid, have you got the database? Could you please put the link? Thank you very much |
i was trying to run your Evaluate_anomaly_detector.m file but you mentioned there that for C3D_CNN_Path case needed to put .fc files there but how to get that .fc files
and got error like this
ivideo =
Undefined variable "Annotation_file" or class "Annotation_file.VideoName".
Error in Evaluate_Anomaly_Detector_RoadAccident (line 33)
check=strmatch(All_Videos_scores(ivideo).name(1:end-6),Annotation_file.VideoName(1:end-3));
The text was updated successfully, but these errors were encountered: