-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Enable video stream access #31
Comments
Hi @bubalazi , In general I believe it will be a cool feature. Several comments:
If you could invest time in this it will be awesome! |
Have you finished the job? |
@dogandemir_gitlab ,
Probably in the future it will be good to convert a video file to a "simple video format" (to avoid problems with positioning inside the video stream) and stream it to clients but it is a big task. Found a library which allows to decode video in a browser: https://github.com/phoboslab/jsmpeg (need to check). |
Just related issue: w3c/media-and-entertainment#4 |
Particular fixed. Let's see how it works and re-open the issue if we need to improve. |
Hi,
My workflow is such that I have thousands of frames per annotation task, which amounts to extensive disk space usage (e.g. a <15MB video (~40s VGA@30fps) results in ~2GB in jpeg's).
Adding the ability of CVAT to work directly on a video stream will be a significant improvement as it will allow for the user to only specify a URL/path with potentially an optional download and local storage capability.
One way I see this to be done is by usage of OpenCV.js (https://docs.opencv.org/3.4/d5/d10/tutorial_js_root.html).
I could invest time in this. Let me know of your thoughts.
Thanks
The text was updated successfully, but these errors were encountered: