deepethogram icon indicating copy to clipboard operation
deepethogram copied to clipboard

feature request: select all videos for inference

Open Andrianarivelo opened this issue 2 years ago • 2 comments

Hi ! We use DEG routinely in the lab and we are very happy with it so thanks a lot for your work !

We are mainly using the GUI, and we wanted to ask if it's possible in future version to add the possibility to select all videos for inference (both feature extractor and sequence) Also I wanted to ask you what's the best way to load a project using the CLI. We are using the CLI to add videos to the project because sometimes we have tons of videos to analyze. Currently we are using project = projects.initialize_project(path, projectName, behaviors) then we create a list of videos using glob and use

for movie_path in videos:
    projects.add_video_to_project(project, movie_path, mode='symlink') 

but this reinitialize the project config file everytime. Is there a function we could use to load the project without losing the current config?

Andrianarivelo avatar Jun 20 '23 06:06 Andrianarivelo

Seconded! Especially since in the batch option, on new videos, they are not automatically checked for Sequence inference until after they have gone through Feature Extractor inference. I have a LOT of videos. I also would love to have a batch option for exporting predictions to csv in the GUI.

CLebonville avatar Jul 27 '23 14:07 CLebonville