I'm running your code on the KITTI dataset, but the runtime for processing a single image pair is around 0.35s instead of 0.12s as stated in the paper.
In order to run it at 0.12s i have to decrese the MAX_SIZE up to 300000, losing lot of details.
Can you help me run your code faster using full image size? thanks!
I'm running your code on the KITTI dataset, but the runtime for processing a single image pair is around 0.35s instead of 0.12s as stated in the paper.
In order to run it at 0.12s i have to decrese the MAX_SIZE up to 300000, losing lot of details.
Can you help me run your code faster using full image size? thanks!