I'm searching for a list of all the possible image labels that the Google Cloud Vision API can return? I believe they used the same labels the following project: https://github.com/openimages/dataset
I thought of two possible methods of getting these labels:
- Sending thousands of different images to the API and recording the returned labels (I would automate this)
- Going through all the Google Open Image data (which I linked above), and recording the labels.
I'm not sure how I could do option 2, and was hoping that someone had already done one of these options. Please let me know if there already exists a list like the one I am describing, or there is a better method of obtaining it (than the two which I thought of).
Thanks a lot for any help!