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 · 1 comment
Open

How to do inference on customized data? #4

Cao-Cong0 opened this issue Nov 25, 2024 · 1 comment

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.

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

2 participants