Closed neixlo closed 3 years ago
Hi @neixlo,
sorry for my late answer. I tested you config and it ran without problems for me with the T-LESS CAD models from the BOP challenge:
I have similar settings with pyassimp 3.3.1 and egl
I suspect that you actually used an old version of the code. On June 23rd I did a bug fix on this part:
Maybe make sure that you have the newest code version here. Also remove all files in your $AE_WORKSPACE/tmp_datasets
folder.
If you are still interested, I am pushing some more inference code for the multipath repo today as well.
Hi @MartinSmeyer,
thanks for AugmentedAutoencoder and also for the new branch of multipath (I'll definitively look into that later).
I tried to fix the following issue on my own and with the known issues, sadly I couldn't make it. Do you have any idea whats going on here?
Thanks and best, Neixlo
Describe the bug When running with
MODEL: reconst
everything works and I get a propper rendered image when runningae_train exp_group/my_autoencoder -d
(even if the model has no vertex colors). When running the same withMODEL: cad
I get a 'utf8' decoding error.At first I tried with my own cad models but the run below ist with the cad model from the TLESS dataset (from the "CAD models"). Same result, exept of the "decode byte 0xb0 in position 0" is different with my own model.
System Info Describe the characteristic of your environment:
export PYOPENGL_PLATFORM='egl'
)my_autoencoder.cfg