HOPE
HOPE copied to clipboard
Source code of CVPR 2020 paper, "HOPE-Net: A Graph-based Model for Hand-Object Pose Estimation"
Hello again @bardiadoosti ! I found that the Obman dataset is very complex. Would you share the code for data processing and PyTorch Dataloader for Obman dataset?
Could you share the visualization code?
Does the pretrained model of HopeNet be available? Thanks a lot!
@bardiadoosti Hello, I failed to get the effect in your paper when I was training the Graphunet network. Could you share the training model of graphunet? Looking forward to your...
Thank you for this great work, you said in your comment here(https://github.com/bardiadoosti/HOPE/issues/15#issuecomment-653090891_) "Here the Adaptive Graph U-Net is exactly learning this transformation for a very specific camera and angle condition."...
Hi, Thanks for sharing this awesome repo! I am wondering if you could provide the obman model from the pre-training? Thanks
Could you provide a license for the repository? I want to work on a project and it requires license of the codes that I have used
Hi! Since the limitation of my computer, I would like to run the model on a single image once a time instead of a whole dataset. May you provide code...