Amin Seffo

Results 19 comments of Amin Seffo

Hi @MartinSmeyer, thanks again for your reply. I changed the parameter of _class_2_encoder_ (see below) and I defined it as class 1 in the python script, but I still get...

> > > > hello,Could you tell me how train 2D detector? Thank you so much~ I used [Detectron2](https://github.com/facebookresearch/detectron2) for that. Here is a [colab notebook](https://colab.research.google.com/drive/16jcaJoc6bCFAQ96jDe2HwtXj7BMD_-m5), where you can define...

> > > > > > > > > > > > > hello,Could you tell me how train 2D detector? Thank you so much~ > > > > >...

Hey @MartinSmeyer, thank you again. I removed `str()` and it works, but I am not able to visualize it using the _-vis_ flag because of this error: `UnicodeDecodeError: 'utf-8' codec...

@MartinSmeyer maybe here the traceback error in details, when running with _-vis_ : ``` This message will be only logged once. INFO - 2022-08-01 16:25:09,531 - acceleratesupport - OpenGL_accelerate module...

Hey @MartinSmeyer, I checked that out. I replaced my 3D model with `obj_30.ply` from the BOP challenge and I am still getting the same error. And I can still try...

> Which pyassimp version are you using? pyassimp: 3.3

> Try to update to > > https://github.com/DLR-RM/AugmentedAutoencoder/blob/fec781cf4f7b0cc782da6d66218d09ad72cad6da/aae_py37_tf26.yml#L132 I updated but I got this error now :( ``` ('renderer', 'Model paths: ', ['/home/amin/autoencoder_ws/cad_model/nuss_model.ply']) [0] 100% |########################################################################################################################################################################################################################################################################################| Traceback (most recent call...

I think, I have problems with my image dimensions...I will check it out and let you

Hey @MartinSmeyer I had problems with some dimensions of the bbox from the 2d object detection and now the rendering works, here is the output : ![test_image](https://user-images.githubusercontent.com/92951154/182866589-7a96f64d-4551-4fbf-98df-f18b02611f6c.png) I think, I...