landmark-detection icon indicating copy to clipboard operation
landmark-detection copied to clipboard

Four landmark detection algorithms, implemented in PyTorch.

Results 16 landmark-detection issues
Sort by recently updated
recently updated
newest added

## Which project are you using? TS3 ## Issue description To my understanding , the files under models DIR are not all the source codes, right? Would you release the...

enhancement

say i have a face image now how will i find arguments for --face

Hi! Great work on these projects and on this repo. I'm interested in using SBR to predict landmarks from my own video dataset, and had a question about the inference...

Hi,I pull newest code,the results is not accurate. You said it works well. Please see my result is same with yours! @D-X-Y ![image](https://user-images.githubusercontent.com/20398890/105795428-c9944480-5fc7-11eb-9373-9dfcab57abb4.png)

Hi!!! How I can inference pretrained SRT model ? You have script like [eval.py](https://github.com/D-X-Y/landmark-detection/blob/master/SBR/exps/eval.py ) from SBR?

enhancement

## Which project are you using? SRT There some problems in train heatmaps based on ProCPM model. i change your model backbone and train new model without pretrained weights. the...

If you are submitting a feature request, please preface the title with [feature request]. If you are submitting a bug report, please fill in the following details. ## Which project...

Hello, I am a newcomer in the field of computer vision. According to the instructions you gave on github, I downloaded the pre-trained model in snapshots on Google Cloud and...

question

## Which project are you using? SAN ## Issue description When I use the pretrained model to test single picture on CPU, there was an error "No module names models"....

I have started to train SAN but I have some mistake that I could not understand in line: # start train itn-cpm model itn_cpm = models.dict[args.arch](args.modelconfig, args.cycle_model_path) procedure.train_san_epoch(args, itn_cpm, train_loader,...