DLR-RM / AugmentedAutoencoder

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

Could this project run on a machine that has no display connected to it? #35

Closed fred2019-dev closed 5 years ago

fred2019-dev commented 5 years ago

I have searched among the closed issues and see one reply from the author saying the Offscreen rendering is not supported and a display is needed. That was several months ago, so now has there been any change? Could it be possible for me to run this project on a machine without display??

Thank you very much!

MartinSmeyer commented 5 years ago

No, it is still not supported by glfw. You can prerender images on your machine and copy the cached files to the off-screen machine. If it is crucial for you, it should not be too difficult to incorporate another renderer in dataset.py. PRs are welcome!