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
Hi, I found that the annotation id starts with 0 in the csv2coco.py file:
csv2coco.py
prepare_detection_dataset/csv2coco.py
Line 29 in 4ae42f6
But for current official coco evaluation toolkit (https://github.com/cocodataset/cocoapi), it requires that the annotation id in ground truth file should start with 1, otherwise, it would cause wrong result. Check this: cocodataset/cocoapi#507 (comment)
Maybe we should change this to be compatible with coco evaluation toolkit.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I found that the annotation id starts with 0 in the
csv2coco.py
file:prepare_detection_dataset/csv2coco.py
Line 29 in 4ae42f6
But for current official coco evaluation toolkit (https://github.com/cocodataset/cocoapi), it requires that the annotation id in ground truth file should start with 1, otherwise, it would cause wrong result. Check this: cocodataset/cocoapi#507 (comment)
Maybe we should change this to be compatible with coco evaluation toolkit.
The text was updated successfully, but these errors were encountered: