mmTransformer icon indicating copy to clipboard operation
mmTransformer copied to clipboard

[CVPR 2021] "Multimodal Motion Prediction with Stacked Transformers": official code implementation and project page.

Results 8 mmTransformer issues
Sort by recently updated
recently updated
newest added

Thanks for your code. I encountered several questions when reproducing this paper. I hope you can help me solve these questions. - Code did not have a social decoder, but...

When I tried to run the demo, ` python -m lib.dataset.argoverse_convertor ./config/demo.py ` I got this error. ` FileNotFoundError: [Errno 2] No such file or directory: '/home/mmTransformer/argoverseapi/map_files/pruned_argoverse_PIT_10314_vector_map.xml' ` I have...

I have three question: 1、I guess you only use target without other agents in calculating loss and propagating backward because you only generate one theta value in a sample scene,...

Another Question, in part D of Appendix, what is exactly normalization described in line 435 of your paper. Because I cannot figure out what is exactly the 435 line in...

Thanks for the code, can you please share if there are any visualization tools for visualizing mmTransformer? Regards, Sai

When I tried to implement this code with the below command, I got this error. - command ``` python Evaluation.py ./config/demo.py --model-name demo ``` - error ``` gpu number:1 model...

python Evaluation.py ./config/demo.py --model-name demo gpu number:1 Traceback (most recent call last): File "Evaluation.py", line 46, in val_dataset = ArgoverseDataset(validation_cfg) File "/home/cyj/文档/mmtransformer/mmTransformer/lib/dataset/dataset_for_argoverse.py", line 32, in __init__ self.map, self.lane_id2idx = pickle.load(f)...