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:
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
when I use an custom image I get this
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:
or use another image.