We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wonder how you defined the bbox for the subjects and objects in rel_annotations_train.json?
Do you have any documentation or code on how you built rel_annotations_train.json?
Anyway, I tracked the code to this line(json_dataset_rel.py):
sbj_gt_box = box_utils_rel.y1y2x1x2_to_x1y1x2y2(rel['subject']['bbox'])
are you using y1y2x1x2 format for the annotations?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I wonder how you defined the bbox for the subjects and objects in rel_annotations_train.json?
Do you have any documentation or code on how you built rel_annotations_train.json?
Anyway, I tracked the code to this line(json_dataset_rel.py):
are you using y1y2x1x2 format for the annotations?
The text was updated successfully, but these errors were encountered: