DLR-RM / AugmentedAutoencoder

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

Models_Reconst works well, but Models_CAD shows "No handlers could be found for logger "OpenGL.arrays.numpymodule"ETA: --:--:-- " #16

Closed xiaomaoo closed 5 years ago

xiaomaoo commented 5 years ago

Models_Reconst works well, but Models_CAD show: " No handlers could be found for logger "OpenGL.arrays.numpymodule"ETA: --:--:-- " Segmentation fault (core dumped) " I have change the MODEL from "reconst" to " cad" in the .cfg file

MartinSmeyer commented 5 years ago

reconst stands for reconstruction. The naming comes from the T-LESS dataset where you have on the one hand reconstructed models (with vertex colors) and on the other hand cad models (without vertex colors). So you have to provide a model without vertex color in this case.

sinnis1991 commented 4 years ago

Then here comes the problem. When I try to load a T-less model with 'cad' as option. it prints "TypeError: must be str, not bytes"