AutoLink-Self-supervised-Learning-of-Human-Skeletons-and-Object-Outlines-by-Linking-Keypoints
AutoLink-Self-supervised-Learning-of-Human-Skeletons-and-Object-Outlines-by-Linking-Keypoints copied to clipboard
[NeurIPS 2022] AutoLink, a simple and novel unsupervised approach to detect keypoints from single static images
In regress_kp(bctch_list) from celeba_wild.py, there are only 2 keys 'det_keypoints' and 'keypoints'. Should I add "'eye_distance': batch['eye_distance'].cpu()" to line 93 of model.py which is originally "out_batch = {'keypoints': batch['keypoints'].cpu(), 'det_keypoints':...
Hello, I have downloaded the dataset from your recommended website. But when i use the preprocess code to generate '.h5' file for cub_200_2011 dataset, I cant find the file '/cub/CUB_200_2011/cachedir/cub/data/train_cub_cleaned.mat'....
Hello Dr He. Thanks for your contribution! I think your CVPR 2023 paper FewShot3DKP (Few-shot Geometry-Aware Keypoint Localization) is very insightful for my current work. Will the code of this...
Hi, I feel sorry to bother you. I tested your code and found it take a relative long inference time(almost 0.5s for a 128*128 image). Could you please tell me...