DPVO
DPVO copied to clipboard
Deep Patch Visual Odometry
In the forward function of net.py, using ii jj kk will cause the program to freeze, so the code will get stuck in this line of "ix, jx = fastba.neighbors(kk,...
Hi, Thanks for the great work! Is there a way to extract complete frame depth maps?
Hello Lahav, I have two questions: 1. the same as the title. 2. What shoud I do with your approach if I simply want to train a model for pose...
Dear author, I think the specific version of CMAKE should be told. A higher version of CMAKE will cause problem for dpviewer installation.
Hi, first, thanks for your work!) I would like to ask you for advice: I am completely new to this field (actually I came from NLP), and now playing with...
Hi, I've a problem understanding the index of edges when you perform the softagg for the frame aggregation: net = net + self.agg_ij(net, ii*12345 + jj) https://github.com/princeton-vl/DPVO/blob/3f65b72dee3c9ed36e7bdb6d106d0ade6d5fc118/dpvo/net.py#L88 In the paper,...
Did anyone try TensorRT export for real time performance?
Hi I am trying to use DPVO to estimate poses for my object. I have continuous images surrounding the object from all directions. When I run the code on my...
Hi, when I read the code, I find that there maybe some code which may be not uploadded, such as the pops.induced_flow which is used in dpvo/data_readers/rgbd_utils.py. May I ask...