Questions tagged [cvlib]

17 questions
0
votes
0 answers

Opencv Video Analysis Audio Files

I am using opencv for analysing a video. However, after I use the cv2.VideoCapture() function(analysing using YOLO Darknet) I am unable to retrieve the audio files. How do I attach the audio files so that it plays like a normal audio file. import…
robotlover
  • 331
  • 1
  • 2
  • 12
-1
votes
1 answer

cvlib detect common objects function doesn't work

I'm new to cvlib module..... I tried to use the detect_common_objects function from cvlib module but hit the error below. I'm using cvlib version 0.2.7 and cv2 version 4.5.3. import cvlib as cv import…
SM9595
  • 21
  • 1
  • 4
1
2