-
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
Get Image Frames same as CVat annotated #818
Comments
@zhiltsov-max is working on the feature: #813 For now you can use FFMPEG by yourself. You command can look like |
Hi @nmanovic , Thank you for the help , it works Few thing i am assuming , please correct me if i am wrong FPS is not fixed , and i think i need not worry about that , as above command would take frames same way as cvat and names the files with same frame no in xml , even if resolution of video or the length of the videos varies Can i ask on what does Fps dependent on? Thank you |
@hasanahmedfaisal , you don't need to care about FPS. Use command above for now. If FFMPEG version is the same and the command is the same you have to get the right sequence of frames as in CVAT. Internally we annotated a lot of videos. Thus you can be sure that the advice works. In the future we are going to improve UX only (provide you a way to download images together with annotations). |
Hi @nmanovic , OK Thank you for the amazing tool and all the help |
It works,Thank you man. |
Hi @m-younus , @nmanovic , thanks is there any way instead of images2/frame_%06d.jpg i can set targetdir = 'Imagedata' and so that i can write ffmpeg -i Videopath -start_number 0 -b:v 10000k -vsync 0 -an -y -q:v 16 Presently i need to set path to the video and directory manually , how can i do it , please help me |
@hasanahmedfaisal , please use gitter channel for such questions. Actually I'm not sure that I can understand your question right. |
Thank you , sorry i asked here, i will ask in gitter |
hi how can I hide the boxes on the next frame , please help . |
@ladykarel, hi, check if "Outside" property helps: https://github.com/openvinotoolkit/cvat/blob/develop/cvat/apps/documentation/user_guide.md#track-mode-basics |
is there any option for it not to show on next frames aside from outside
property?
…On Tue, 30 Mar 2021 at 18:48, Maxim Zhiltsov ***@***.***> wrote:
@ladykarel <https://github.com/ladykarel>, hi, check if "Outside"
property helps:
https://github.com/openvinotoolkit/cvat/blob/develop/cvat/apps/documentation/user_guide.md#track-mode-basics
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#818 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQQGQ4UALHITXKEKJZGGY5TTGGT6XANCNFSM4JJSZ6BA>
.
|
@ladykarel, you can also try to use "Occluded" property, but this will only mean partial covering. What is wrong with outside? |
my client needs every annotation different from each other so for an
example rectangle #24 should no longer appear in the next frame
…On Tue, 30 Mar 2021 at 22:51, Maxim Zhiltsov ***@***.***> wrote:
@ladykarel <https://github.com/ladykarel>, you can also try to use
"Occluded" property, but this will only mean partial covering. What is
wrong with outside?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#818 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQQGQ4QAPU6VEG7F4RKQD7LTGHQOVANCNFSM4JJSZ6BA>
.
|
Is the FFMPEG version to be used in latest version of CVAT still the same? |
Hi @nmanovic ,
i have just started using Cvat , it is really amazing tool.Thanks for making it
I was able to upload a video and annotate it and download Cvat XML for videos format in dump annotation, itwas great
But my one doubt is now , How to get the image frames as a cvat frames with same fps , Is there a way to get image frames directly from cvat , same as "MASK ZIP 1.0" option in dump annotation , but instead of mask of image frame, it would be original rgb image frames of video
Or is there a way to find fps and use ffmpeg to extract frames , please please help me with this
Thank you
The text was updated successfully, but these errors were encountered: