Open loboere opened 3 years ago
Could you show me your full command line ? Cause i cannot identify which command you are using.Many thanks.
is the last cell of the colab just change iron man for another face
Hello, it seems this error is caused by face detection failure in the source image your provided. You can try to turn down det_thresh in the app.prepare function in the last cell, right after model creation:
app = Face_detect_crop(name='antelope', root='./insightface_func/models')
app.prepare(ctx_id= 0, det_thresh=0.6, det_size=(640,640))
or use another image.
when I use an custom image I get this