-
Notifications
You must be signed in to change notification settings - Fork 60
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
Run project without copying videos? #124
Comments
@SusanL82 check my comments on issue #127 I think that could help you out! I have additionally edited the 'create_trainset' to allow you to enter your own list of video file path names to create a training data of specific videos. This should work without copying them into the vame video folder but I have not tested that:
Just copy this function in place of the original 'def create_trainset' at the bottom of the file vame/model/create_training.py. Let me know if you run into any issues or have questions! |
Hi VAME team,
I am planning to run VAME on a pretty big group of videos and I was wondering if it is possible to do this without having to copy all of the videos to the VAME project folder (I am running into some space issues).
Is there some way to enter a path for the videos directly? I will have a look through the functions themselves soon, but if not copying is completely impossible, you can maybe save me the trouble.
Best,
Susan
The text was updated successfully, but these errors were encountered: