-
Notifications
You must be signed in to change notification settings - Fork 288
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 can I get files like .obj and .png? #237
Comments
Do you mean you do not have a textured object? Or you do not see it on the
rendered images at all? Can you share some images for context?
…On Sat, Mar 26, 2022 at 04:54 single-pup ***@***.***> wrote:
I tried to create a simple cuboid in 3DMAX and textured its surface. I can
export the .max file and its corresponding .png file, and then the .obj
file separately. But after the .obj files and .png files obtained by this
method are run in the code of nvisii, my model is not included in all the
output pictures.
—
Reply to this email directly, view it on GitHub
<#237>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABK6JIGIFKYWL3GBUC3EHWDVB33IJANCNFSM5RW6NK4Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This is the model I created in 3DMAX. After running nvisii's code, I didn't find my model in the output image. |
Did you try playing with the scale? Or running it interactive? I should add
debug steps to the read me? I will look into the model tomorrow.
…On Sat, Mar 26, 2022 at 21:25 single-pup ***@***.***> wrote:
model.zip
<https://github.com/NVlabs/Deep_Object_Pose/files/8356799/model.zip>This
is the model I created in 3DMAX. After running nvisii's code, I didn't find
my model in the output image.
—
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABK6JIEF2Y5FMMRADRILHQLVB7PJVANCNFSM5RW6NK4Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thanks for your help, it would be helpful if you could add debug to show the cause of the error. I recreated the obj file in SOLIDWORKS and it appears in the output image, but the texture of model are not showing. I'm not sure how to generate the png file, can you tell me how you generate obj and png? |
There is a debug version. —interactive
…On Sun, Mar 27, 2022 at 08:47 single-pup ***@***.***> wrote:
Thanks for your help, it would be helpful if you could add debug to show
the cause of the error. I recreated the obj file in SOLIDWORKS and it
appears in the output image, but the texture of model are not showing. I'm
not sure how to generate the png file, can you tell me how you generate obj
and png?
—
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABK6JIH4R6MIO2EAQSIF7Y3VCB7ILANCNFSM5RW6NK4Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
In your
to
Make sure you have that in your .obj
|
Your export does not look too good, did not have time to look into loading it into nvisii yet. |
Apart from the problems that @TontonTremblay already mentioned, there's one more: your model doesn't have UVs (texture coordinates). If you open up your model, you see there are no lines starting with |
Thank you for the help! I recreated my model and successfully read my model using nvisii. I entered |
In your json files, the object has I think you should also undo your change to 1920*1080 is much too large, it will be resized to something like 400x400 pixel anyway during training. Try 500x500 or 640x480 or something like that. 2000 images is not enough, try something like 10,000 or 20,000 or 60,000.
That's okay, this happens sometimes. |
I tried to create a simple cuboid in 3DMAX and textured its surface. I can export the .max file and its corresponding .png file, and then the .obj file separately. But after the .obj files and .png files obtained by this method are run in the code of nvisii, my model is not included in all the output pictures.
The text was updated successfully, but these errors were encountered: