Browse Source

fix video load error in python examples[yolov4] (#3005)

tags/20210720
uniartisan GitHub 5 years ago
parent
commit
a9ff73041b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      python/examples/yolov4.py

+ 1
- 1
python/examples/yolov4.py View File

@@ -50,4 +50,4 @@ if __name__ == "__main__":

objects = net(frame)

draw_detection_objects(m, net.class_names, objects)
draw_detection_objects(frame, net.class_names, objects)

Loading…
Cancel
Save