You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
+1 that this would be a welcome enhancement. Currently using Batch > Overnight on the GUI then manually selecting every video I want to run inference on
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
but this reinitialize the project config file everytime. Is there a function we could use to load the project without losing the current config?
The text was updated successfully, but these errors were encountered: