Skip to content
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

web page typo? #37

Open
JavierClearImageAI opened this issue Feb 7, 2020 · 0 comments
Open

web page typo? #37

JavierClearImageAI opened this issue Feb 7, 2020 · 0 comments

Comments

@JavierClearImageAI
Copy link

This is not really important, but I think the annotations explanation in your webpage could lead to error to beginners or people who are not used to json formats or python dictionaries:

you have something like this:

{
"info"
: info,
"images"
: [image],
"annotations"
: [annotation],
"licenses"
: [license],
}
info{
"year"
: int,
"version"
: str,
.....

Info should use colons, and as a key, it should be separated from the values by using the character ":" like in this nice explanation

{
    "info": {...},
    "licenses": [...],
    "images": [...],
    "annotations": [...],
    "categories": [...], <-- Not in Captions annotations
    "segment_info": [...] <-- Only in Panoptic annotations
}
"info": {
    "description": "COCO 2017 Dataset",
    "url": "http://cocodataset.org",
    "version": "1.0",
...

Thanks for the great job. Everything is very well explained and the webpage its actually outstanding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant