-
Notifications
You must be signed in to change notification settings - Fork 32
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
Annotation format for bbox is not uniform in training set #4
Comments
YiweiLi4
added a commit
to YiweiLi4/tensorbay-python-sdk
that referenced
this issue
Apr 22, 2021
the label format of Box2D is not uniform in the dataset issue link: Fang-Haoshu/Halpe-FullBody#4 annotations for "hoi" in Classification label lack important information
YiweiLi4
added a commit
to YiweiLi4/tensorbay-python-sdk
that referenced
this issue
Apr 22, 2021
the label format of Box2D is not uniform in the dataset issue link: Fang-Haoshu/Halpe-FullBody#4 annotations for "hoi" in Classification label lack important information PR Closed: Graviti-AI#452
YiweiLi4
added a commit
to Graviti-AI/tensorbay-python-sdk
that referenced
this issue
Apr 22, 2021
the label format of Box2D is not uniform in the dataset issue link: Fang-Haoshu/Halpe-FullBody#4 annotations for "hoi" in Classification label lack important information PR Closed: #452
linjiX
pushed a commit
to Graviti-AI/tensorbay-python-sdk
that referenced
this issue
Apr 25, 2021
the label format of Box2D is not uniform in the dataset issue link: Fang-Haoshu/Halpe-FullBody#4 annotations for "hoi" in Classification label lack important information PR Closed: #452
linjiX
pushed a commit
to Graviti-AI/tensorbay-python-sdk
that referenced
this issue
Apr 25, 2021
the label format of Box2D is not uniform in the dataset issue link: Fang-Haoshu/Halpe-FullBody#4 annotations for "hoi" in Classification label lack important information PR Closed: #452
Notice the same issue. A quick and dirty fix is to evaluate the quality of the two possible options, namely,
Once both scores are computed, you can simply pick the one attaining better quality. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I found that most bbox annotations are ordered as
[x1, y1, width, height]
, but some images seem to have the annotation like[x1, x2, y1, y2]
, like "HICO_train2015_00012054.jpg" below. How can I standardize these annotations?Thanks for your time!
The text was updated successfully, but these errors were encountered: