PIPNet
PIPNet copied to clipboard
Efficient facial landmark detector
from .nms.cpu_nms import cpu_nms, cpu_soft_nms ModuleNotFoundError: No module named 'utils.nms.cpu_nms' I've run make.sh, but still get this error
For inference, we still have some image that have landmark prediction very bad which has wrong face shape (compare with regression method)? Could you suggest any way to filter the...
could i change to 68 keypoints model, or is 68 facial keypoint data somehow related to 98key point?
I'm trying to use the PIPNet framework to train a custom model unrelated to human faces with a non-standard number of keypoints (4). I'm confused about this line in lib/train.py:...
Hi, this is my first time asking questions on GitHub, please point out if anything is unclear After changing the parameters in Config(), I cannot change them again (num_nb). My...
PIPNets
hello, the url((https://drive.google.com/drive/folders/17OwDgJUfuc5_ymQ3QruD8pUnh5zHreP2?usp=sharing) cann't download, thanks!
Hi,I only use the eyes and mouth parts of the key point to train PIPNET, but there is a strange problem. I used the same model to predict key points...
https://github.com/jhb86253817/PIPNet/blob/b9eab58816437403a34aa5bc3adeafe5081fd36b/lib/demo_video.py#L101 Should line101 be changed to: `det_ymin -= int(det_height * (det_box_scale - 1) / 2)` same in demo.py