obman
obman copied to clipboard
[cvpr19] Hands+Objects synthetic dataset, instructions to download and code to load the dataset
Hi, thank you for the work. I have some question about data. First, Shapenet_grasps seems to have been created from obman train dataset. What code should I refer to to...
Hi, thank you for the work. I'm fuzzy about how to to generate grasps by GraspIt. Could you please release the code about it?
Hello Yana, First of all thank you for the great work! I try to understand your codes about obman these days.And when i run " python shapenet_samplepoints.py", I got the...
os.path.exist instead of os.path.exists
Hi Yana, Hope you are doing well. I've sent an approval request for Obman dataset download, from the website. Not sure if you received it, as I haven't received any...
Hello, Thank you for your nice works! I tried to implement based on your project. However, when I trained my network, the training loss graph seems not good. I compared...
Hi hassony2, thanks for the great data! I have sent a few e-mails but didn't receive any replies about the download link yet. I wonder if you have received the...
I am trying to make hand mesh that can be obtained [here](https://github.com/hassony2/obman/blob/aacdd59e8b841abd5ac237ff0615892e97209276/readataset.py#L48) using MANO pose and shape parameters from meta data. However, whatever configuration of MANO model that I use...