You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, ...yolo_data/labels/train-v4/2018-05-30-JD150_LeftFar_Stratum1_Set1_LO_2018-05-30_230004_2222_2422_100.txt that was used to train the eccv model gives:
After downloading mot annotations from CaltechData, and pulling this latest repo, I run python mot2yolo.py --in_dir ../Data/fishcounting/eccv_2022/annotations_mot/ --out_dir ./labels_from_mot --image_dir ../Data/fishcounting/eccv_2022/frames/raw/
When I look at the same file, i.e. , labels_from_mot/labels/kenai-train/2018-05-30-JD150_LeftFar_Stratum1_Set1_LO_2018-05-30_230004_2222_2422/100.txt I get
coco2yolo and mot2yolo give differing results.
For example,
...yolo_data/labels/train-v4/2018-05-30-JD150_LeftFar_Stratum1_Set1_LO_2018-05-30_230004_2222_2422_100.txt
that was used to train the eccv model gives:After downloading mot annotations from CaltechData, and pulling this latest repo, I run
python mot2yolo.py --in_dir ../Data/fishcounting/eccv_2022/annotations_mot/ --out_dir ./labels_from_mot --image_dir ../Data/fishcounting/eccv_2022/frames/raw/
When I look at the same file, i.e. ,
labels_from_mot/labels/kenai-train/2018-05-30-JD150_LeftFar_Stratum1_Set1_LO_2018-05-30_230004_2222_2422/100.txt
I get(I looked at 101.txt to see if it was an off-by-one kind of error - no match)
When I run
coco2yolo, python coco2yolo.py --in_dir ../Data/fishcounting/eccv_2022/coco_formatted_annotations --out_dir labels_from_coco
I get
coco2yolo agrees with our existing yolo data
mot2yolo does not
The text was updated successfully, but these errors were encountered: