Open aesanchezgh opened 1 year ago
Hi! You can use snippet I have provided here as reference
Though I should mention that code you provided refers to original repo, which is quite different from code provided in this repo. I have committed some changes there, but high level abstractions like model_zoo are maintained mostly by deepinsight team, so you'd better check their documentation for changes.
Hello,
I want to be able to call the detect here:
https://github.com/deepinsight/insightface/blob/6baaa7bcaf1a1624feec75270022e2dafeb6883b/detection/scrfd/tools/scrfd.py
I have this code:
But this no longer works in the latest version.
Thanks!