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

not able to upload any video over 2 mins longer, it says invalid url #132

Open
ami012003 opened this issue Apr 24, 2024 · 3 comments
Open

Comments

@ami012003
Copy link

not able to add a large video of size greater than 2 mins, need help please. it is working for small videos but not for long videos, what changes should I do?

@jin-eld
Copy link

jin-eld commented Apr 24, 2024

@ami012003 Perhaps check if your problem is gradio related, I had an issue where it was filling up /tmp causing the system to run out of memory. Some of these issues have been fixed in newer versions, there are also settings to control where gradio saves temporary data. gradio-app/gradio#5350

That being said, from my experience a gradio interface is simply not suited for longer videos/large files, for these cases a command line utility to process videos with Track-Anything without a UI would probably be a better option...

@ami012003
Copy link
Author

thank you so much for the resp[onse, can you take out the time to guide me to use the command line utility for the longer video processing

@jin-eld
Copy link

jin-eld commented Apr 25, 2024

@ami012003 sorry if there was a misunderstanding, I was saying that a command line utility for long videos would be better, as in "nice to have", it does not exist yet. I think it should be fairly straightforward to implement a wrapper which uses the existing functions to start tracking from command line instead of via the web UI. If you know Python, you should be able to hack something together...

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

2 participants