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

Does this repo include RoNIN_3D mentioned in the paper? #16

Closed
MathLens opened this issue Nov 30, 2020 · 2 comments
Closed

Does this repo include RoNIN_3D mentioned in the paper? #16

MathLens opened this issue Nov 30, 2020 · 2 comments

Comments

@MathLens
Copy link

If so, could you provide the corresponding command?

@CathIAS
Copy link
Owner

CathIAS commented Dec 5, 2020

Yes! Apologies for the delay. RoNIN 3D baseline is essentially the network part before the filter, and the metrics and plots can be obtained through test.py:

python3 src/main_net.py \
--mode test \
--root_dir data/Dataset \
--test_list data/Dataset/test.txt \
--model_path models/resnet/checkpoint_*.pt \
--out_dir test_outputs \
--save_plot

Having --save_plot option on will save the concatenated trajectories and output visualization into the output directory.

@MathLens
Copy link
Author

MathLens commented Dec 5, 2020

I see. Thank you!

@MathLens MathLens closed this as completed Dec 5, 2020
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