princeton-vl / DPVO

Deep Patch Visual Odometry/SLAM
MIT License
608 stars 71 forks source link

randomly selecting patch centroids vs. 2D keypoint locations #37

Closed luopengting closed 1 year ago

luopengting commented 1 year ago

The paper mentions that Randomly selecting patch centroids works better than 2D keypoint locations produced via SIFT [22], ORB [29], Superpoint [9], or pixels with high image gradient, I have two questions:

  1. Do you use the classical method to select feature points and resize the location to the feature map size as the patch center centroids?
  2. Is the model retrained when the classical keypoint methods are used?

Looking forward to your reply. Thx a lot!

lahavlipson commented 1 year ago
  1. Yes, exactly.
  2. No, these ablations were performed with the model weights trained using random patch centroids.
luopengting commented 1 year ago
  1. Yes, exactly.
  2. No, these ablations were performed with the model weights trained using random patch centroids.

In my opinion, maybe it will be fairer to retrain the models. This paper helps a lot, thank you very much! 😄