ATAboukhadra / THOR-Net

End-to-end Graformer-based Realistic Two Hands and Object Reconstruction with self-supervision
19 stars 2 forks source link

Where is the ycb_obj model? #4

Open lpx153623 opened 1 year ago

lpx153623 commented 1 year ago

the 'morphed_sphere' in path = os.path.join(ycb_dataset_path, obj_name, f'morphedsphere{decimationValue}.obj') is an error?

ATAboukhadra commented 1 year ago

Hi,

I added the required files for the objects with 1000 vertices. You can also create your own objects by running the spherical_deformation.py script that I recently added in order to create objects with a custom number of vertices. It requires you to specify the path to the YCB models directory and the target number of vertices.

Kind regards, Ahmed

lpx153623 commented 1 year ago

Oh, thank you very much!