-
Notifications
You must be signed in to change notification settings - Fork 165
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
How to interprete annotation file values in Object Detection in Videos task? #22
Comments
do you already have an answer? I'm desparetely trying to make this file format work but I just don't undertsand |
@DiegoLigtenberg Not yet :( |
@DiegoLigtenberg I found here,
|
Do you have any idea how to convert it to yolov5 annotations? |
@RoyCopter, you can write a simple script:
This is just a simple example that completely ignores the truncation and occlusion information. You could use these columns to further process the annotations you want to keep (or mark heavy occlusions as 'ignored' class) |
Thanks! |
its available in Visdrone.yaml- |
How should i do it if i want to display the bounding box and also the target's annotation IDs ? |
you need convert the given annotations into required format to het BBOX , there is function which converts annotations into correct one |
@GANYESH ooh where might i find the function? I havent been able to find it at all. Im currently doing it myself by reading the text file line by line and assigning them as such
It seems that the annotation text files are different for each sub-dataset. How do we get around this? |
ad
python train.py --data VisDrone.yaml --epochs 300 --weights '' --cfg
yolov5n.yaml --batch-size 128
Regards,
Ganesh Gulhane
Mob. no.-7276158110
…On Tue, Jun 6, 2023 at 6:44 PM ykn96 ***@***.***> wrote:
@GANYESH <https://github.com/Ganyesh> ooh where might i find the
function? I havent been able to find it at all.
Im currently doing it myself by reading the text file line by line and
assigning them as such
ID, frame_no, bbox_x, bbox_y, bbox_w, bbox_h, score, obj_class , trunc , occlu = line.split(",")
It seems that the annotation text files are different for each
sub-dataset. How do we get around this?
I am currently working on the visdrone MOT dataset
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5EXN5MO2RRM6YWHSTKPNF3XJ7MJFANCNFSM5FZ4IHRQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@fatbringer are you able to get inti it? |
Hi @GANYESH thanks for checking in |
I downloaded Task 2 dataset and unzipped it, then i got the annotation files and the format like below:
I found below description,
But I think the description is quite different video annotation.
how to interprete this? thank you.
The text was updated successfully, but these errors were encountered: