DLR-RM / AugmentedAutoencoder

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

make EGL backend work #41

Closed wangg12 closed 5 years ago

wangg12 commented 5 years ago

@MartinSmeyer This might solve the problem of rendering on a remote server.

reference: https://github.com/mmatl/pyrender/blob/master/pyrender/offscreen.py

MartinSmeyer commented 5 years ago

Hey Wang, thanks a lot for your PR. I was just about to inspect it, sorry for the delay. It does support offscreen CPU-based rendering with OS Mesa correct? Why did you close it?

wangg12 commented 5 years ago

I thought that you might not want it. I don't know whether it is cpu or gpu based. It should be gpu-based since it uses egl which is a shared library of nvidia opengl driver.

MartinSmeyer commented 5 years ago

No, I would be happy to test it. Thanks for making the effort I was on vacation before..

MartinSmeyer commented 5 years ago

Could you reopen it?

wangg12 commented 5 years ago

I will open another one since I made a wrong commit in this PR.

MartinSmeyer commented 5 years ago

okay great :)

MartinSmeyer commented 5 years ago

I will check it tomorrow morning, then!