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
286 stars 139 forks source link

Error while trying to set video parameters #135

Open Marcelobot opened 2 years ago

Marcelobot commented 2 years ago

Hello,

Again after last Week Simba was wokroing out without any error at all today ive tried to start an new project and an error occured:

-created project successfully -imported video/ csv file successfully -everything is located and stored right - there is nothing wrong with any paths -set video parameters --> instead of GUI opening parametertable an error happened:

image

1) How to fix that error? 2) The purpose of the project was just to try out if i could apply a probability threshold to the feature extraction, like its possible for ROI Analysis (written in config).. Is there a way?

image

Cant wait to read the answers :)

Cheers!

sgoldenlab commented 2 years ago

Hi @Marcelobot! The error comes from SimBA trying to read in the resolutions/fps of the videos in your project and present them in the table. SimBA tries to look in the folder in the screenshot below for your videos, but it can't find the folder.

Can you confirm that the folder exist, and that your videos are in that folder? The folder is located onW: - so also make you have full read/write privileges there.

For your second question:

The purpose of the project was just to try out if i could apply a probability threshold to the feature extraction, like its possible for ROI Analysis (written in config).. Is there a way?

I am not sure what this mean, does this mean extract features only for select frames where the detection probability/confidence of some body-parts are at a certain threshold?

Untitled 3