-
Hey thanks for making this project . I tested rt_gene and bt_gene standalone in my windows system it works perfectly for the examples in this repo. I just wanted to check the model performance on anot…
-
@TiankangXie I ran a basic pytest to initialize a `Detector` with every possible detector combination we currently support: 900 combinations in total. Of them, only 75 combinations fail to initialize …
-
In order to shorten the detection time of the face detect, I predict the face box of the current frame by using the landmark of the previous frame of the image. In some cases, the landmarks predicted …
-
Hi I have a lot of errors when try to build on windows 10 with Qt (cmake and mingw64-make)
If there is precompiled DLL fow windows10 64 / 32 bit it would be perfect :)
-
I had outputs of faces from different algorithms. Can I feed the algorithm with those input without calculating faceboxes again? Any help ?
-
### System information
- OpenCV => 4.4
- Operating System / Platform =>MacOS
- Compiler => GCC-11
### Detailed description
with same model,same Image,ONNX inference diffrent result bet…
-
Hello i want to ask you about the possibility to run this model in c++ the requirements or if you have a c++ , java version.
thanks in advance
-
Hi there I'm having this issue
```
Traceback (most recent call last):
File "main.py", line 4, in
from utility.video_utils import VideoUtils
File "C:\Users\hyper\OneDrive\Desktop\face-li…
-
![d94c75b27794dac837dede16e2e5c48](https://user-images.githubusercontent.com/54382260/155268661-3c78d2a4-ac31-4422-9855-6f838ad725ba.png)
![283b5635e6089a9efd234b2524b42e6](https://user-images.github…
-
There is a error occour when I execute the command
`python main.py --src imgs/test6.jpg --dst imgs/test7.jpg --out results/output6_7.jpg --correct_color`
How can I fix it? thanks!