rgbd_ptam icon indicating copy to clipboard operation
rgbd_ptam copied to clipboard

performance issues

Open PetropoulakisPanagiotis opened this issue 1 year ago • 1 comments

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

Has anyone similar experience?

PetropoulakisPanagiotis avatar Apr 15 '24 11:04 PetropoulakisPanagiotis

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.

PetropoulakisPanagiotis avatar Apr 19 '24 11:04 PetropoulakisPanagiotis