Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
labels.shape (2, 200, 6) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Uh, are you using jupyter notebook plotting that? If yes, the first image with empty box doesn't matter, just an image displaying issue caused by |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @leondgarse ,
I've converted coco format dataset to this format (#52 (comment)).
There is only 1 class, so all indices are "label": [1, 1, 1, 1]
Is it correct to specify indices_2_labels in the following format?
"indices_2_labels": {"1": "tp-other"}, "info": {"num_classes": 1}
When I'm checking the dataset, all bboxes are labeled as Person.
tt = data.init_dataset('data.json', batch_size=2, anchors_mode="anchor_free")[0]
data.show_batch_sample(tt, anchors_mode="anchor_free")
The other issue is there are blank boxes when visualizing images. When converting the dataset, I checked that all files exist.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions