tf-insightface icon indicating copy to clipboard operation
tf-insightface copied to clipboard

how to generate zhe model insightface.pd ?

Open WJSAI opened this issue 6 years ago • 4 comments

@AIInAi hi, thank you for your share. Could you tall me how to generate zhe model insightface.pd ? Thank you very much.

WJSAI avatar Aug 15 '18 02:08 WJSAI

@AIInAi hi, thank you for your share. Could you tall me how to generate zhe model insightface.pd ? Thank you very much. yes,i also want to know how to generate the model, you konw now ?

smartwell avatar Oct 27 '18 04:10 smartwell

Maybe you shall look at this: https://github.com/deepinsight/insightface#train

This repo is purely still doing a serving without training.

KleinYuan avatar Oct 28 '18 18:10 KleinYuan

Maybe you shall look at this: https://github.com/deepinsight/insightface#train

This repo is purely still doing a serving without training.

hi,i got this issus when i run the demo.py ,is that because of the camera problem ??? i will appricate it if you can help me .thank you so much [Camera Server] Camera is initializing ... VIDEOIO ERROR: V4L: can't open camera by index 0 Traceback (most recent call last): File "apps/demo.py", line 68, in demo.run() File "/home/wenguang.wang/下载/tf-insightface/models/camera_server.py", line 40, in run self.processs(frame) File "apps/demo.py", line 30, in processs self.face_tracker.process(frame) File "/home/wenguang.wang/下载/tf-insightface/models/face_track_server.py", line 40, in process self.cam_h, self.cam_w, _ = frame.shape AttributeError: 'NoneType' object has no attribute 'shape'

Vincent630 avatar Nov 22 '18 06:11 Vincent630

Maybe you shall look at this: https://github.com/deepinsight/insightface#train This repo is purely still doing a serving without training.

hi,i got this issus when i run the demo.py ,is that because of the camera problem ??? i will appricate it if you can help me .thank you so much [Camera Server] Camera is initializing ... VIDEOIO ERROR: V4L: can't open camera by index 0 Traceback (most recent call last): File "apps/demo.py", line 68, in demo.run() File "/home/wenguang.wang/下载/tf-insightface/models/camera_server.py", line 40, in run self.processs(frame) File "apps/demo.py", line 30, in processs self.face_tracker.process(frame) File "/home/wenguang.wang/下载/tf-insightface/models/face_track_server.py", line 40, in process self.cam_h, self.cam_w, _ = frame.shape AttributeError: 'NoneType' object has no attribute 'shape' 将index 改为-1 试试,linux 有时候会有这个问题,0 默认是usb 摄像机

smartwell avatar Nov 30 '18 08:11 smartwell