-
dear @nttstar
What detector used on Recognition demo at http://demo.insightface.ai:7008?
Thanks in advance.
-
You can use (or modify face-alignment) yourself to get realtime face landmark with this code: https://github.com/kwea123/VTuber_Unity/tree/master/face_alignment
It's really plug and play, except yo…
-
I used the tool to draw the landmarks without re-extracting, but it seems to ignore some of the pics in the file.
Step to reproduce:
- Extract faces from a folder with s3fd detector -> result =…
-
I want to retrain FOMM with 68 keypoints and release it publicly, if successful. I haven't used Google Cloud yet or trained FOMM, but if it's feasible, I'm going to research more about it. I was wonde…
ghost updated
2 years ago
-
Hi, @Qengineering
what I noticed that you are aligning the face in TWrap:
```
cv::warpPerspective(SmallFrame, aligned, m, cv::Size(96, 112), cv::INTER_LINEAR);
resize(aligned, aligned, c…
-
The tolerance setting behaves differently depending on whether running `string2path()` or `string2fill()`
I expected the same letter at the same tolerance to have the exact same outline.
Instead…
-
I observe some really crazy melting temperatures output from the Tm_NN Method in MeltingTemp (Bio.SeqUtils). First, the sensible result:
>>> MeltingTemp.Tm_NN("GGCCACGCCGA", dnac1=200,Na=0,Mg=4)
5…
-
Hi folks, thank you for this mind-blowing model!!
I've been trying to use the reconstruction demo and while the geometry reconstruction works like magic, the texture is always misaligned, especiall…
-
### Tested versions
3.x
### System information
web
### Issue description
So, this you can catch the cache bug on several instances.
Instance N1:
If one creates a html enabled projec…
-
https://www.youtube.com/watch?v=9MaQYIpxnMY
Training done with: **FaceSwap_GAN_v2_sz128_train.ipynb**
Video: **FaceSwap_GAN_v2_test_video.ipynb**
Also tried **FaceSwap_GAN_v2_test_video_MTCNN…