Hi,
I’m using Google Colab to run my project and I was able to obtain a satisfactory pixel error (below) after evaluating the trained model:
I wanted to analyze a video but I get the following error:
Loading /content/drive/My Drive/Marmoset/Activity_Emilio-Kwan-2020-12-02/analysis_new/2018-12-18_Emilio.mpg and data.
No unfiltered data file found in /content/drive/My Drive/Marmoset/Activity_Emilio-Kwan-2020-12-02/analysis_new for video 2018-12-18_Emilio and scorer DLC_resnet50_Activity_EmilioDec2shuffle1_267500 and skeleton tracker.
No detection data found in /content/drive/My Drive/Marmoset/Activity_Emilio-Kwan-2020-12-02/analysis_new for video 2018-12-18_Emilio, scorer DLC_resnet50_Activity_EmilioDec2shuffle1_267500, and tracker skeleton
Make sure /content/drive/My Drive/Marmoset/Activity_Emilio-Kwan-2020-12-02/analysis_new/2018-12-18_Emilio.mpg was previously analyzed, and that detections were successively converted to tracklets using “deeplabcut.convert_detections2tracklets()” and “deeplabcut.convert_raw_tracks_to_h5()”.
Plots could not be created! Videos were not evaluated with the current scorer DLC_resnet50_Activity_EmilioDec2shuffle1_267500.
I’m confused as to why I get this error message as I analyzed the video. I also don’t think I have the incorrect path to the video file, I specified the new path for the video for analysis. Unless it has to be in the same folder as the training videos?
Can anyone advise on how to rectify this error. Thanks!