sgoldenlab / simba

SimBA (Simple Behavioral Analysis), a pipeline and GUI for developing supervised behavioral classifiers
https://simba-uw-tf-dev.readthedocs.io/
GNU General Public License v3.0
289 stars 141 forks source link

question about pseudo labelling #237

Closed ayakab0619 closed 1 year ago

ayakab0619 commented 1 year ago

Hi, Thank you for developping nice tools. I'm trying pseudo labelling, but I have an erorr. SimBA said SIMBA WARNING: Video xxxxxx has fps of 0. after clicking 'Correct labels'. video_info.csv in logs folder show fps is 15, not 0. Can you help me with this issue?

Thank you.

sronilsson commented 1 year ago

Hi @ayakab0619! This error suggest that simba is having trouble to read the video file meta data you specify at this path. Is there anything odd with this video? Can you open it OK outside of simba? Is it a mp4 or avi video?

image
ayakab0619 commented 1 year ago

Hi, Exactly, my video path was wrong. It now works. Thank you so much!

sronilsson commented 1 year ago

🚀