-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Non-existent bounding box appears in annotation after exporting a project #8932
Comments
@zhiltsov-max I think you are right with the reason # 1. I made an investigation and found that this happens because of non-finished tracks that were started at the last frame of some job (and then this bbox is copied to every frame until the end of the task). Could you please tell me what is the correct way to finish the track? |
Let's consider the following situation:
If I set outside property for the track at frame X, then the bounding box will disappear at this frame. What should I do in this situation ? |
Typically, this is resolved by using job overlap. If there is frame overlap, CVAT will try match the corresponding annotation in the next job. If you have no job overlap configured in the task (it can only be done at task creation), please check if using just a shape instead of a track works for you. |
Actions before raising this issue
Steps to Reproduce
As you can see this annotation contains 3 bounding boxes.
3. Export the annotation only for one job (the job which contains this image
cvat/fp-fn-intervals/fco/batch1/fco_401-s_2024_06_29_10_45_36_250000.jpg
)4. Now the annotation contains only 2 bounding, which is actually correct (and also in the web ui there are 2 bounding boxes, not 3):
Expected Behavior
The annotation for image
cvat/fp-fn-intervals/fco/batch1/fco_401-s_2024_06_29_10_45_36_250000.jpg
contains only 2 bounding boxes (just like in cvat web ui).Possible Solution
No response
Context
Weird fact:
<box label="fueling" source="manual" occluded="0" xtl="1573.00" ytl="373.94" xbr="1683.12" ybr="525.03" z_order="0">
is present in many images in the annotation for some reason (and is not present in the web ui).Environment
Server version: 2.22.0
Core version: 15.2.1
Canvas version: 2.20.10
UI version: 1.66.4
The text was updated successfully, but these errors were encountered: