implement function demo/images_demo.py #9315
-
Prerequisite
💬 Describe the reimplementation questionsThere is no error , i just want to know how can i use function I try the function on my images , need to have only one category presented but it gave me all objects within the image that have been included in the 80 items in coco dataset. how can i remove the other categories ,without pretrained or do transfer learning for my models? thanks . EnvironmentExpected resultsNo response Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can write a script to obtain the image address by passing through the annotations.json. |
Beta Was this translation helpful? Give feedback.
You can write a script to obtain the image address by passing through the annotations.json.
In the annotations you can find the category_id and address.
if the category_id is you want, just recording address in new variable and detect it .