YuhanPeng1219

Results 3 comments of YuhanPeng1219

Hi, @ahmetgunduz , Thanks for your reply. Actually, the frame shape is (112,112,3) because I want to use cv2.imshow() to show depth image. I will try PIL package then. Also,...

The bash file is as follow: `#!/bin/bash python3 video_test.py \ --root_path /media/yuhan/e71469ea-82d6-49ff-926e-dab1993ad0a2/Real-time-GesRec\ --video_path video_screen \ --annotation_path annotation_EgoGesture/egogestureall.json \ --resume_path_det models/egogesture_resnetl_10_Depth_8.pth \ --resume_path_clf models/egogesture_resnext_101_Depth_32.pth \ --result_path results \ --dataset egogesture \...

@ahmetgunduz Thanks for your help again. Now the program can run without error. However, the results are always zero. `Start Evaluation det_selected_queue = [0. 0.] pridiction_det = 0 prob_det =...