3D Deep Learning works
- 3D-DenseNet
- [Voxnet]
- [3Dnin, network in network]
Data types: RGBD, Flow, Laser
- CVPR2016 Tutorial: 3D Deep Learning with Marvin
- 3D Shape Retrieval
- C3D, website
- Video Caffe(C3D)
- DeepMedic, Brain Lesion Segmentation
- 3D Keypoint Detection and Feature Description
- Learning 3D Object Orientations From Synthetic Images
- Read
LSTM: A Search Space Odyssey
and implement LSTM. - Use Tree LSTM in place of LSTM.
Paper
Code
Slides
- Learning 3D Object Orientations From Synthetic Images
- 3D Shape Segmentation with Projective Convolutional Networks. CVPR2017.
Project
Poster
Presentation
-
more usefull tools should be added in.
- Read and process process data as needed by the network.
- Read
Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation
and implement a GRU.