-
Notifications
You must be signed in to change notification settings - Fork 289
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
Determining pose of glass objects #65
Comments
Do you have symmetries on you object, could you show me some training examples and testing examples? I never tried transparent objects with DOPE. |
Following a similar strategy to @Abdul-Mukit and his video, I created 6000 simple images using NDDS and trained the model for 60 epochs on a NVIDIA Quadro P3200 Mobile setting the learning rate to 0.001 and the batch size to 4. Here is a photo of the object that I created using Blender. And here are some training examples that I made with NDDS. And here is the actual object itself with which I am testing the model. |
The contributors/authors will give the best suggestions, but as I am working on things similar to this I would like to share some opinion. |
I second! |
Hi @dj4park. Were you able to successfully train for your custom object? |
Hello @aditya2592. Due to the difficulty of creating an exact 3D model of a glass soju bottle, I have moved to create a pringles model with Blender. There were many resources available online for this object. I will begin training the model with 15000 simple images generated with NDDS with the following hyperparameters. Epochs: 220 I will let you know once the training is complete. |
Are you randomizing your backgrounds as well? |
I am randomizing the background with the default images provided with NDDS. |
How did you insert that exact texture (green color and written things etc) in blender? Rather can you please explain me how did you create this 3d model? I a also trying to generate the dataset for my own object but I don't know how to add textures. If you can help me with this issue it would be really greate help to me. |
Has there been any experiment done with using DOPE to determine the pose of a glass bottle? If not, would there be any reason as to why it would not work?
Currently I am experimenting with a Soju bottle. I have trained the network using 6000 basic NDDS images for 60 epochs using a batch size of 4 and a learning rate of 0.001 but I am having difficulties in detection.
Could the problem be due to the hyperparameters, image quantity/quality? Or could it be due to the texture of the glass bottle?
The text was updated successfully, but these errors were encountered: