An open API service indexing awesome lists of open source software.

https://github.com/zackakil/spatialy-aware-deep-learning

Project for building a deep net that can predict a 3D scene based on a 2D image.
https://github.com/zackakil/spatialy-aware-deep-learning

3d deep-learning machine-learning spatial tensorflow unity

Last synced: about 2 months ago
JSON representation

Project for building a deep net that can predict a 3D scene based on a 2D image.

Awesome Lists containing this project

README

          

# spatialy-aware-deep-learning
Project for building a deep net that can predict a 3D scene based on a 2D image.

- [ ] Build unity scen generator (start with just a box)
- [ ] Extract images from unity scene
- [ ] Feed images as input data
- [ ] Come up with way of encoding 3D output

## Useful stuff

- unity image capture https://docs.unity3d.com/ScriptReference/Camera.Render.html

- recording screenshits https://answers.unity.com/questions/22954/how-to-save-a-picture-take-screenshot-from-a-camer.html