I trained a network to predict edge, but the result is not good. Professor Zhang suggest me to use edge calculated from traditional method. I think this is a good suggestion.
In the past, I just pay attention on the method to achieve a SLAM system. Today, Professor Zhang suggest … Continue Reading ››
In order of reduce the amount of parameters, changing some parts of depthnet in Monodepth2, and train the network with the data set from KITTI. But the result is not so well as Monodepth2.
reading some code of MobileNet V3, and plan to use the structure to build a fast network for the prediction of depth, pose and edge.
about the paper planned to be published on AROB, I make a research plan and schedule. build a fast network based on MobileNet V3, and introduce edge to … Continue Reading ››
reproduced and trained DepthNet (a combination of CONV and LSTM). But what surprised me was that the memory usage was too large. So I plan to give up using LSTM.
MobileNet V1: Using depthwise convolutions and 1X1 convolutions instead of standard convolution to reduce the numble of parameters. And introducing two hyper-parameters (width … Continue Reading ››
train CNN_SLAM's network on NYU Depth Dataset V2, and test on NYU Depth Dataset V2 and TUM RGB-D SLAM Dataset. but it performed well on NYU , and not so well on TUM.
DVSO: Leveraging Deep Depth Prediction for Monocular Direct Sparse Odometry. this paper proposed … Continue Reading ››