NVlabs / geomapnet

Geometry-Aware Learning of Maps for Camera Localization (CVPR2018)

Home Page:https://goo.gl/mRB3Au.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with the result

jialuwang123321 opened this issue · comments

Dear,
I ran the eval.py using the pre-trained weights of the loop dataset (named/RobotCar_loop_mapnet_mapnet_learn_beta_learn_gamma/epoch_300_.pth.tar').
However, the result didn't match that from the paper (see figure below).
issue0910

May I have some suggestions for it?

Best!
Jialu

Hi @jialuwang123321 , I've noticed sometimes the issue arises from PyTorch version. Have you 1) set up the Conda environment properly? 2) activated it? 3) what is your PyTorch version?

Dear @samarth-robo ,
Thank you so much for your help!
I changed from torch 1.4.0 to torch 0.4.1 and it is working now!

Best
Jialu