-
- [x] Face detection
- [x] Get the face [landmarks](http://auduno.github.com/clmtrackr/media/facemodel_numbering_new.png)
- [x] Transform/rotate/stretch face to landmarks
- [x] Save images in perso…
-
Thank you for this great work!
I downloaded a part of the dataset of mead and followed the data processing method of readme, modified the file path of input, and output, and set detect landmark to …
-
Hello,
Thanks for releasing the source code.
I'm also trying to figure out the problem of recognizing scoliosis.
Could you share your object_detection file and landmark_detection?
-
Hi, I want to run the **test_landmark_detector.py** (I run on google colab) but I don't know where can I get "landmark_detect_best.pth". I go to MODEL_ZOO.md, download the pretrained model of Fashion …
-
According to the paper, Faceboxes seems a good replacement of MTCNN in Face Detection Area. But MTCNN has a built in landmark detection, I wonder it is applicable to change faceboxes into a joint mult…
-
Do you have a trained model/ckpt file that can be used for landmark detection directly? Also, could you explain the steps using your code to detect facial landmark. Thanks!
-
Can You implement below ?
```
def detect_frame(
self,
frames,
output_size=None,
batch_size=1,
num_workers=0,
pin_m…
-
Hi,
I would like to ask about the license of the landmark detection model you're using.
Would it be ok to use your model in a commercial project?
-
Hai . I am doing facial land mark detection using the model of facial-landmarks-98-detection-0001 I am facing issues with unsupported layer line unsupported_layers = [l for l in ngraph_fun…
-
### Description of issue (what needs changing)
Hi Team, I couldn't find any guidelines/documentation for building pose-tracking iOS app using mediapipe library with swift
### Clear description
I am…