FeiGeChuanShu / ncnn_nanodet_hand

Android hand detect and pose estimation by ncnn
92 stars 26 forks source link

误检有点高 #8

Closed imistyrain closed 1 year ago

imistyrain commented 2 years ago

经常把脸误认为手

FeiGeChuanShu commented 2 years ago

@imistyrain 用的nanodet还是yolox,训练数据太少了没办法,yolox会好一点,可以自己训练一个hand detect替换的,比如yolov5-lite、yolov5n6.0、yolox啥的

willard-yuan commented 2 years ago

看demo,感觉检测速度还有待提高,至少要到20多fps吧

imistyrain commented 2 years ago

看demo,感觉检测速度还有待提高,至少要到20多fps吧

用高通845 有28FPS

205418367 commented 2 years ago

请问你的检测算法会把检测到的目标(手)进行矫正么?比如,手掌朝下检测后返回朝上的手掌。

205418367 commented 2 years ago

没有考虑用 mediapipe 上的 hand detect 算法么?

FeiGeChuanShu commented 2 years ago

请问你的检测算法会把检测到的目标(手)进行矫正么?比如,手掌朝下检测后返回朝上的手掌。

目前没有

FeiGeChuanShu commented 2 years ago

没有考虑用 mediapipe 上的 hand detect 算法么?

如果有时间会看看

FeiGeChuanShu commented 2 years ago

请问你的检测算法会把检测到的目标(手)进行矫正么?比如,手掌朝下检测后返回朝上的手掌。

https://github.com/FeiGeChuanShu/ncnn-Android-mediapipe_hand 搞了个demo 可以看看,用的mediapipe的palm detect和hand landmark