Answer the question
In order to leave comments, you need to log in
How to output specific python objects?
As with video, recognize objects and display certain of them in the terminal for example!
For example, you only need to find bicycles, etc.
Thank you so much!
Answer the question
In order to leave comments, you need to log in
Something like this:
bicycles = find_bicycles(video)
for bicycle in bicycles:
print(bicycle)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question