0

All the installation follows this website: https://robocademy.com/2020/05/01/a-gentle-introduction-to-yolo-v4-for-object-detection-in-ubuntu-20-04/

However, it doesn't work whenever I want to operate this line: ./darknet detect cfg/yolov4.cfg yolov4.weights data/person.jpg

And it always shows like thisenter image description here

talonmies
  • 70,661
  • 34
  • 192
  • 269
Ching-Hang Hsu
  • 70
  • 1
  • 1
  • 7

1 Answers1

0

Try this:

./darknet detect test cfg/yolov4.cfg yolov4.weights data/person.jpg

You can see more command line operations here: https://github.com/AlexeyAB/darknet/#how-to-use-on-the-command-line