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
272 stars 137 forks source link

Impossible to create ROI analysis #332

Closed Monica9577 closed 4 months ago

Monica9577 commented 4 months ago

Describe the bug When trying to create ROI analysis, it doesn't create it

To Reproduce After loading the project import tracking data and videos add the video parameters draw ROIs (and save) In analyse ROI data: click on analyse ROI data: aggregates

Expected behavior A statement will be printed in the main SimBA terminal window noting that the process is complete. The ROI descriptive statistics can be found in the Project_folder/logs directory in two time-stamped files.

Desktop (please complete the following information):

Additional context I already have the last version of Simba (1.85.5)

sronilsson commented 4 months ago

Thanks @Monica9577 - you caught a bug, that was likely introduced last week, I appreciate it! How does it look if you update SimBA with pip install simba-uw-tf-dev --upgrade version 1.85.6?

Monica9577 commented 4 months ago

Yes, now is working

But when I create a ROI video Features, it does all the process but the video is not in the folder it says its supposed to be

sronilsson commented 4 months ago

Thanks Monica - let me check on that too. FYI there was a bunch of updates last week that leaked in without being properly tested.. sorry about this.

sronilsson commented 4 months ago

@Monica9577 - when you get a chance, could you test in version 1.85.7? I've reverted to the old files and confirmed it works on my end but please let me know how it runs for you.

Monica9577 commented 4 months ago

Now it works perfectly !!!

Thank you very much for your invaluable help, you and your team are doing a wonderful job.

sronilsson commented 4 months ago

Cheers @Monica9577 ! I think we have smoothened over must bugs from that kerfuffle, but please let me know if you bump into more issues so we can fix those too, I don't have enough tests implemented yet, so your reports are very valuable