Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems 1) when testing with an unused sequence of RobotCar Dataset (e.g 2014-11-14-16-34-33, a night scene) 2) and the pkl file 3) download Robotcar full sequence #37

Closed
jialuwang123321 opened this issue Sep 20, 2020 · 2 comments

Comments

@jialuwang123321
Copy link

jialuwang123321 commented Sep 20, 2020

Dear Sir,
May I consult you two questions about the code?

 Q1:
I noticed from https://github.com/NVlabs/geomapnet/blob/master/README.md#other-tools that you have pre-computed mean and std for RobotCar.

If I want to test the model using a new data sequence of RobotCar (e.g 2014-11-14-16-34-33, a night scene), do I need to re-run scripts/dataset_mean.py and calc_pose_stats.py? Or it is ok to use the pre-computed one in your code?

 Q2:
According to your home page, scripts/align_vo_poses.py. must be run to generate those xx_vo_stats.pkl files before using VO in MapNet++ training.
If I only want to train and test the mapnet module, will those xx_vo_stats.pkl files be used? Do I still need to use run align_vo_poses.py to generate them?

 Q3:
According to your comment , 'For each day (e.g. DAY=2014-05-14-13-46-12) you should download DAY_stereo_center.tar and DAY_vo.tar from the Bumblebee XB3 section, and DAY_gps.tar from the GPS/INS section.'
However, I found multiple stereo_centre.tar files from the full sequence (for 2014-11-28-12-07-13, there are 6 si,ilar files stereo_centre_01.tar ~ stereo_centre_06.tar ). Which one should I download for your code? Or any one of it would be fine?

Thank you in advance!

Best wishes!
Jialu

@jialuwang123321 jialuwang123321 changed the title Problems 1) when testing with an unused sequence of RobotCar Dataset (e.g 2014-11-14-16-34-33, a night scene) 2) and the pkl file Problems 1) when testing with an unused sequence of RobotCar Dataset (e.g 2014-11-14-16-34-33, a night scene) 2) and the pkl file 3) download Robotcar full sequence Sep 20, 2020
@samarth-robo
Copy link
Contributor

Hi @jialuwang123321 , these are great questions!

  1. If you want to test a pre-trained model on a new sequence, you need to compute and save the pose normalization information (mean_t and std_t) by running calc_pose_stats.py for that sequence. However, you should not run dataset_mean.py. That script calculates the pixel normalization information, which should be calculated only from the training images. And we already provide that in the repository.

  2. Since MapNet only uses the ground truth poses, and does not use any VO, you do not need align_vo_poses.py for MapNet alone.

  3. You need to download and unzip all of them.

@jialuwang123321
Copy link
Author

jialuwang123321 commented Sep 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants