-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RGB2Depth #5
Comments
深度图point cloud可视化:
点云转换原理 http://www.cnblogs.com/gaoxiang12/p/4652478.html |
优化模型的方法 |
目的:验证现有模型预测深度的可靠性,为是否进一步改良模型提供依据。
重现已有模型,根据评估误差横向评估
需要输出图像达到256x256
2.- [ ] Deeper Depth Prediction with Fully Convolutional Residual Networks upsampling to 640x480
https://arxiv.org/pdf/1606.00373.pdf
https://github.com/iro-cp/FCRN-DepthPrediction 代码不完整
4.Learning Depth from Single Monocular Images Using Deep Convolutional Neural Fields https://arxiv.org/pdf/1502.07411.pdf
6.Single-Image Depth Perception in the Wild
https://arxiv.org/pdf/1604.03901.pdf
https://github.com/wfchen-umich/relative_depth
7.Multi-Scale Continuous CRFs as Sequential Deep Networks for Monocular Depth Estimation
https://arxiv.org/pdf/1704.02157.pdf
https://github.com/danxuhk/ContinuousCRF-CNN
选用
http://perso.ensta-paristech.fr/%7Epinard/depthnet/ 1/4 downsampling,缺失训练代码,可以预测
https://hal.archives-ouvertes.fr/hal-01587652/document
https://github.com/ClementPinard/DepthNet
Depth Map Prediction from a Single Image using a Multi-Scale Deep Network 输出74x75 ,提供评估方法 https://www.cs.nyu.edu/~deigen/depth/
https://github.com/MasazI/cnn_depth_tensorflow 不完整
https://github.com/janivanecky/Depth-Estimation caffe
Qualitative Evaluation,质化方法,点云图像化展示
depth to (x,y,z)点云array 快速转换:https://codereview.stackexchange.com/questions/79032/generating-a-3d-point-cloud
点云可视化
https://github.com/daavoo/pyntcloud
https://github.com/createamind/busyplan/blob/master/zhangwei/point_cloud.ipynb
The text was updated successfully, but these errors were encountered: