Hello!
I try to compare the trajectory of DSO with another method now. I would like to initialize dso with the same scale of the other method using depth map generated by the other method.
I changed the line 1250 in initializeFromInitializer, FullSystem.cpp.
ph->setIdepthScaled(point->iR*rescaleFactor);
-> ph->setIdepthScaled(1/perfect_depth);
But the scale is not seemed to be correct.
This is the compared trajectories of tum monocular trajectory dataset sequence 32. Red trajectory is DSO and Green Trajectory is the other.
Hello! I try to compare the trajectory of DSO with another method now. I would like to initialize dso with the same scale of the other method using depth map generated by the other method. I changed the line 1250 in initializeFromInitializer, FullSystem.cpp.
ph->setIdepthScaled(point->iR*rescaleFactor);
->ph->setIdepthScaled(1/perfect_depth);
But the scale is not seemed to be correct. This is the compared trajectories of tum monocular trajectory dataset sequence 32. Red trajectory is DSO and Green Trajectory is the other.Do you have any idea? Thank you.