HRNet-Facial-Landmark-Detection icon indicating copy to clipboard operation
HRNet-Facial-Landmark-Detection copied to clipboard

code using probloms

Open vincentwei0919 opened this issue 5 years ago • 5 comments

hi, I've tried to use your code for some demo tests on my own images, but it seems it can't be used for single forward inference. So what should I do to make it into my practical using? thanks a lot!

vincentwei0919 avatar May 28 '19 09:05 vincentwei0919

You can do single image inference. Have a look at the dataloaders. Also, the inference function also computes the nme, but you can fill the ground truth with dummy values if you don't have them

SebastienLinker avatar Jun 06 '19 10:06 SebastienLinker

Hey, I rewrote a script to do inference on single image. However, I observed that the predicted points are not correct after transformation. Any suggestions relating to it?

testingshanu avatar Jun 14 '19 14:06 testingshanu

I am still confused by how to use the code? I wonder if you are willing to make a demo.py like what should I input and how to print the predictions on an image or show them on video like many codes do? thanks again!

vincentwei0919 avatar Jun 17 '19 01:06 vincentwei0919

I also have the same confuse as @vincentwei0919 , and also look forward to have a demo.py to show how to inference on images or video. thanks~

visonpon avatar Aug 12 '19 03:08 visonpon

@vincentwei0919 Can you share any inference to check the results on webcam?

joel5638 avatar Feb 06 '20 04:02 joel5638