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

VisDrone Video data annotation format #40

Open
aarti-b opened this issue Jan 18, 2024 · 3 comments
Open

VisDrone Video data annotation format #40

aarti-b opened this issue Jan 18, 2024 · 3 comments

Comments

@aarti-b
Copy link

aarti-b commented Jan 18, 2024

I was trying to plot the ground truth labels on video dataset of visdrone. The annotation format is like -

Visdrones Video Detection dev- test set -
ann = 98 ,0 ,808 ,1 ,47 ,22 ,1 ,4 , 0, 0

I am aware of the DET format and in this VID format ann[2] to ann[5] is bbox, ann[6] is category.

  1. Is ann[7] score?
  2. ann[8] = truncation?
  3. ann[9] = occlusion?
    I assumed ann[0] as index and ann[1] as frame. But when I plot the ground truth on the image I found ann[0] as frame and now I am not sure what ann[1] is.

Could you please clarify what annotations are? Thanks.

@aarti-b
Copy link
Author

aarti-b commented Jan 18, 2024

I was trying to plot the ground truth labels on video dataset of visdrone. The annotation format is like -

Visdrones Video Detection dev- test set - ann = 98 ,0 ,808 ,1 ,47 ,22 ,1 ,4 , 0, 0

I am aware of the DET format and in this VID format ann[2] to ann[5] is bbox, ann[6] is category.

  1. Is ann[7] score?
  2. ann[8] = truncation?
  3. ann[9] = occlusion?
    I assumed ann[0] as index and ann[1] as frame. But when I plot the ground truth on the image I found ann[0] as frame and now I am not sure what ann[1] is.

Could you please clarify what annotations are? Thanks.

We did some brainstorming, found ann[7] is class category. And -
0- group, 1-walking people, 2-stationary people, 3-bicycles, 4-cars, 5-Van, 10 - tryvehicle

rest are yet to find. Please help in understanding ann[1].

@littlewuuu
Copy link

I tried to visualize the annotation and find out ann[1] might mean the object number in this frame

@AneraSong
Copy link

maybe can refer to this issue?https://github.com/VisDrone/VisDrone-Dataset/issues/34

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

3 participants