Frage im Vorstellungsgespräch bei Axon-Vision

Create a Python script using OpenCV that implements a CV algorithm on an input video (both provided by them) in a multi-process manner.

Antwort im Vorstellungsgespräch

Anonym

19. Aug. 2024

Used Python's Queue from the Multiprocess library, and OpenCV to handle the video.

1