P
P
ProgramDevel2020-07-13 15:40:18
Python
ProgramDevel, 2020-07-13 15:40:18

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

1 answer(s)
R
Roman Mirilaczvili, 2020-07-13
@ProgramDevel

Something like this:

bicycles = find_bicycles(video)
for bicycle in bicycles:
    print(bicycle)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question