-
Clip Demonstrating Behavior: https://youtu.be/LuTbgsij74M
Additionally, it appears that the texture alignment overlay is always tied to the transforms of the Blinn-Phong material.
To Reproduce:
1. …
-
As mentioned in the following command
# for aligned face inputs
python inference.py --aligned --in_path ./input --out_path ./output
If face need to be aligned how to do so?
-
Currently when multiple parts are placed on the build plate, or if we'd like to merge certain parts, there is no simplified way to align them as desired or to have a measured distance between them.
…
-
I have no access to the aligned and cropped face data in the UTKFace dataset. Could you pleasr add me to your google drive?My google account is zhaizhonghao2233@gmail.com.
-
Hi, thanks your project! Could you tell me in" mtcnn.cpp" file, this function: align_face(...) , is according to which paper?
-
hi, thank you for your sharing. It's profitable for me,
in face_align.py, I wound not understand how this points is generated
points = [[70, 112],
[110, 112],
…
-
### Cura Version
5.8.1
### Operating System
Windows 11
### Printer
ender 3
### Reproduction steps
1. open and place 3mf file to the build plate
2. select body
3. activate select face to align…
-
**Environment (please complete the following information):**
- OS/OS Version: Windows 11
- Source Version: master/2.17.0
- Unity Version: 2022.3.14f
**Describe the bug**
When projecting the …
-
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…
-
Hey,
I have some thousand images that I want to face_align and resize to 112x112, the images are 1024x1024 atm. And I dont understand how I should use the script and reference my images unfortunate…