-
Notifications
You must be signed in to change notification settings - Fork 18
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
Updated image entity fields #155
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes are good. LGTM.
I noticed there is an additional field under the field
header under Images
for detections
. I think that needs to be added as well for documentation's sake.
That is all the change that I see that needs to be addressed. Everything else is good to go.
@cbeddow any thoughts here?
23. quality_score - float, how good the image is (experimental) | ||
24. sequence - string, ID of the sequence | ||
25. sfm_cluster - { id: string, url: string } - URL to the point cloud | ||
26. width - int, width of the original image uploaded | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there needs to be the mention for detections as well, given the last item under width
for the fields under the Image
entity,
https://www.mapillary.com/developer/api-documentation#image
|
||
|
||
22. width - int, width of the original image uploaded | ||
26. width - int, width of the original image uploaded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
Docs can be updated with the make docs-gen
command as well to avoid manual updates. This also requires the detections
item.
23. quality_score - float, how good the image is (experimental) | ||
24. sequence - string, ID of the sequence | ||
25. sfm_cluster - { id: string, url: string } - URL to the point cloud | ||
26. width - int, width of the original image uploaded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
23. quality_score - float, how good the image is (experimental) | ||
24. sequence - string, ID of the sequence | ||
25. sfm_cluster - { id: string, url: string } - URL to the point cloud | ||
26. width - int, width of the original image uploaded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
23. quality_score - float, how good the image is (experimental) | ||
24. sequence - string, ID of the sequence | ||
25. sfm_cluster - { id: string, url: string } - URL to the point cloud | ||
26. width - int, width of the original image uploaded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here as well.
Updated image entity fields to add creator, make, model, and thumb_original_url. Thus fields are documented at https://www.mapillary.com/developer/api-documentation#image .