createamind / busyplan

plan
11 stars 3 forks source link

RGB2Depth #5

Closed fzd9752 closed 6 years ago

fzd9752 commented 6 years ago

目的:验证现有模型预测深度的可靠性,为是否进一步改良模型提供依据。

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 选用

fzd9752 commented 6 years ago

深度图point cloud可视化:

VKITTI 深度信息说明

They correspond to the z coordinate of each pixel in camera coordinate space (not the distance to the camera optical center). camera intrinsic matrix (in pixels, constant, computed from our 1242x375 resolution and 29° fov):

          [[725,    0, 620.5],
 K =    [   0, 725, 187.0],
           [   0,     0,       1]]

点云转换原理 http://www.cnblogs.com/gaoxiang12/p/4652478.html 点云转换python https://codereview.stackexchange.com/questions/79032/generating-a-3d-point-cloud RVIZ - http://gazebosim.org/tutorials?tut=drcsim_visualization&cat= @waxz 提供的pyntcloud notebook中呈现3D效果

waxz commented 6 years ago

优化模型的方法 1、深度分割联合预测 http://users.eecs.northwestern.edu/~xsh835/assets/cvpr2015_depth.pdf 2.Single RGB Image Depth and Certainty Estimation via Deep Network and Dropout 3.深度图超分辨 由于深度图一般的分辨率比输入图像小很多,需要采用超分辨率的方法增大分辨率 https://arxiv.org/pdf/1605.09546v1.pdf

zdx3578 commented 6 years ago

result show https://mp.weixin.qq.com/s?__biz=MzA5MDMwMTIyNQ==&mid=2649292578&idx=1&sn=ee9c909ef5d8000c821df48f2b006a46&chksm=8811e964bf666072622f38346dcba98d373a546db1187fb6948abea45357adeaa6dcaee9f580&scene=21#wechat_redirect