WangJi1022
Results
2
issues of
WangJi1022
# VISUALIZE. 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...
Two_Stream is better than only ST-GCN? Did you compare between two solutions?