-
Notifications
You must be signed in to change notification settings - Fork 45
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
How to switch from "single-frame mode" to "sequence mode" in this project? #10
Comments
I tried to replace the file name in the "test2_files.txt" with a sequence of images, however the accuracy didn't seem to improve |
From the README:
python -m maploc.evaluation.mapillary [...] --sequential chunking.max_length=20 I have updated the README accordingly. |
I saw the parameter configuration in "kitti.py" just recently, appreciate your reply |
File "/home/zj/OrienterNet/maploc/data/sequential.py", line 18, in chunk_sequence After I add the "--sequential" flag, it still doesn't seem to work. |
Pushed a fix in 213aff4. |
Thank you very much for your reply! |
Yes, this is WIP in this notebook. I'll add code to generate sequential animations when I find the time. |
Hello, the paper pointed out that the accuracy of the image sequence is higher, so how to switch from "single-frame mode" to "sequence mode" in this project?
:) Thanks!
The text was updated successfully, but these errors were encountered: