MichaelZhero

Results 8 comments of MichaelZhero

我目前可以得到五个关键点信息,但是错误的,需要找问题出在哪里

> > 我目前可以得到五个关键点信息,但是错误的,需要找问题出在哪里 > > 请问五点模型从哪里可以得到? https://github.com/kendryte/nncase/tree/master/examples/facedetect_landmark

> > > > 我目前可以得到五个关键点信息,但是错误的,需要找问题出在哪里 > > > > > > > > > 请问五点模型从哪里可以得到? > > > > > > https://github.com/kendryte/nncase/tree/master/examples/facedetect_landmark > > 请问k210 landmark 的源码是这个吗?这个输出结果只有人脸检测,没有关键点检测啊 K210的板卡需要注意了,上述链接可以直接在KD233上面直接运行,有人脸和五点,还要注意摄像头方向,正向才能准确抓出五点。然后想要运用在paddlepi上面的话,先使用paddlepi的github里面的源码去更改,因为硬件和摄像头配置都不一样

> 我目前可以得到五个关键点信息,但是错误的,需要找问题出在哪里 找到问题了。摄像头需要用正向采集,错误方向都无法识别出五点。大概跟训练的时候,严格按照图像像素点排布去处理有关系。

the ulffd_landmark.kmodel was generated by MTCNN tf? ?

![image](https://user-images.githubusercontent.com/16940225/104158329-0db01280-5428-11eb-8ce2-034ee6ce00c3.png) 1、有底纹时,分割不准。2、负数情况需要添加字符识别。3、表盘精度过高,识别有误。 ![image](https://user-images.githubusercontent.com/16940225/104158455-5962bc00-5428-11eb-9e60-7a8374a69b68.png)

![image](https://user-images.githubusercontent.com/16940225/104158877-397fc800-5429-11eb-885d-8110ffd2e5df.png) #过程图像监控,通过伽马增强,查看增加分割输出后的结果。 def read_process(self, label_maps): """Get the pointer location relative to the scales. o Args: label_maps (np.array): the label map output from a segmeter for a meter. """ # Convert...