Open WangJi1022 opened 3 years ago
if args.show_detected: for bb in detected[:, 0:5]: frame = cv2.rectangle(frame, (bb[0], bb[1]), (bb[2], bb[3]), (0, 0, 255), 1)
The code cannot draw the bbox.And the outputs of the YOLOV3-spp is tensor.
open Prompt, type: cd '' python main.py -C ' <your video directory or type '0' if you use your camera> ' --show_detected -- save_out ''
VISUALIZE.
The code cannot draw the bbox.And the outputs of the YOLOV3-spp is tensor.