HiVT map-free customization
Closed this issue · 1 comments
Hello, first of all, thank you for your excellent work and dedication in making it openly available for the community to use.
I was wondering how I could adapt your code so that it can be evaluated in a version without a map, as they claim in the following paper. They have compared HiVT with your model in a way that doesn't use a map.
Thanks in advance
I believe the author(s) have moved on to their new algorithm QCNet and such won't really put too much work into this one anymore.
I believe to make it work without map all you need to do is remove the ALEncoder in local_encoder.py :
Lines 64 to 68 in 6876656
Lines 93 to 96 in 6876656
You can also remove the mapping sections from the data preprocessing if you are using Argoverse:
HiVT/datasets/argoverse_v1_dataset.py
Lines 152 to 157 in 6876656
With this you should be able to run the code without map information, though I cannot say if this is the best way as to get optimal results.