Y132om
Y132om
Why not recognize gestures? ``` hands_list = util.handDetect(candidate, subset, oriImg) print(hands_list) ``` Result [] [] [] How to solve? Must be a complete human body structure (including the hand) to...
新手小白,求问 怎么编译CPU版本?多谢
Traceback (most recent call last): File "F:/use_pytorch_SSD_data/ssd_pytorch-master_simple/ssd_pytorch-master/Test.py", line 59, in while detections[0,i,j,0] >= 0.5: IndexError: index 200 is out of bounds for dimension 2 with size 200 分类改为两类,修改了detect = Detect(config.class_num,...
新手小白,想问下classification23_taichi_pic.py和predict_pic.py有什么用?我好像没有找到这两个文件的调用。不明白这两个文件是做什么用的?您的代码思路是不是这样:先用openpose做了关键点的提取,然后做了分类?可以这样理解吗?如果我理解有错,还请您多指导下。作为新手小白,问题有点多,希望您不要生气。。谢谢