Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to do inference on customized data? #4

Open
Cao-Cong0 opened this issue Nov 25, 2024 · 3 comments
Open

How to do inference on customized data? #4

Cao-Cong0 opened this issue Nov 25, 2024 · 3 comments

Comments

@Cao-Cong0
Copy link

For example I have a obj file, I need to convert it to glb file and then use blender to render rgb and depth, right? What else do I need to input?

And can it work on the 3d model without texture?

@yhyang-myron
Copy link
Member

Hi, thanks for your interest in our work!

  1. You can directly render images and train MLPs using our codes for OBJ files.
  2. It can work on the 3D model without texture. You can set the color value (after rgb augmentation) to (0, 0, 0) for 3d models without texture during the training stage.

@Batwho
Copy link

Batwho commented Jan 15, 2025

Hi, thanks for your interest in our work!

1. You can directly render images and train MLPs using our codes for OBJ files.

2. It can work on the 3D model without texture. You can set the color value (after rgb augmentation) to (0, 0, 0) for 3d models without texture during the training stage.

For the second points, could you please point out where is the code to set this? Also, I test SAMPart3D on some objects in ModelNet40 and the segmentation sometimes are pretty bad. Do you think that might be because of the lack of texture?

@yhyang-myron
Copy link
Member

The color value can be set to (0, 0, 0) after transform.

Could you please check the SAM segmentation results or whether the mapping between 2D pixels and 3D points is right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants