Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: select all videos for inference #143

Open
Andrianarivelo opened this issue Jun 20, 2023 · 2 comments
Open

feature request: select all videos for inference #143

Andrianarivelo opened this issue Jun 20, 2023 · 2 comments

Comments

@Andrianarivelo
Copy link

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?

@CLebonville
Copy link

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.

@amorsi1
Copy link

amorsi1 commented Oct 16, 2024

+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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants