DLR-RM / AugmentedAutoencoder

Official Code: Implicit 3D Orientation Learning for 6D Object Detection from RGB Images
MIT License
338 stars 97 forks source link

Problem about the result of generating training data. [question] #30

Closed yikakabu closed 5 years ago

yikakabu commented 5 years ago

Hi. There is a problem when I generate and check training data. As the picture shows, the blue part of my model becomes transparent. sample batch_screenshot_04 05 2019 Could you give any suggestions? Thanks in advance. And my model is here. model.tar.gz

MartinSmeyer commented 5 years ago

Hi! yes, your model somehow interferes with the antialiasing in the renderer. Simply set ANTIALIASING: 1 in the training config file and it should be fine.

yikakabu commented 5 years ago

@MartinSmeyer Awesome! That works. Thank you for your tips.