princeton-vl / DPVO

Deep Patch Visual Odometry/SLAM
MIT License
643 stars 76 forks source link

Regarding the issue of deep initialization #50

Open FDF521X opened 8 months ago

FDF521X commented 8 months ago

Author, hello. I noticed that DPVO samples on the feature map and initializes the deep values randomly. If I want to use sensor depth values for initialization, how should I proceed? (I tried multiplying the coordinates of the sample points by 4 and retrieving the depth values from the depth map, but found that the read depth values were incorrect.)

lbblz commented 11 hours ago

作者,你好。我注意到DPVO在特征图上采样,并随机初始化深度值。如果我想使用传感器深度值进行初始化,我应该怎么做?(我尝试将样本点的坐标乘以4,并从深度图中检索深度值,但发现读取的深度值不正确。)

Hi, have you implemented this, and if so, could you tell me the details