uoip / rgbd_ptam

Python implementation of RGBD-PTAM algorithm
GNU General Public License v3.0
76 stars 26 forks source link

performance issues #4

Open PetropoulakisPanagiotis opened 4 months ago

PetropoulakisPanagiotis commented 4 months ago

Hi, I tried to evaluate the performance on the TUM dataset (roo, desk2) and it does not look good.

Has anyone similar experience?

PetropoulakisPanagiotis commented 4 months ago

I found the problem: The way in dataset.py the rgb and depth frame association is done with make_pair function is wrong.

Please use associate.py from here: https://cvg.cit.tum.de/data/datasets/rgbd-dataset/tools And use these pairs. Then the code works ok. Not a similar performance as ORBV2 slam or PTAM but is close to ElasticFusion.