MPCheng
MPCheng
Hi, thanks for your great work. How should I set the "--viz_seq_id" parameter when I visualise the trajectories? Thank you!
Excellent work! When do you plan to release the code? Thanks!
Thanks for your excellent work. Can I run the code on a computer equipped with a single NVIDIA RTX 4090 GPU? Additionally, how much disk memory is required to ensure...
Thanks for your excellent work. I have three issues to consult with you. 1. What are the specific configurations of your computer? For example, the GPU model, disk memory, etc....
Thanks for your great job! What are the connections and differences between occupancy prediction and occupancy flow prediction? Which one is employed in your paper? Additionally, could you recommend some...
Thanks for your excellent work. Can I run the code on a computer equipped with a single NVIDIA RTX 4090 GPU? Additionally, how much disk memory is required to ensure...
Thanks for your excellent work. Can I run the code on a computer equipped with a single NVIDIA RTX 4090 GPU? Additionally, how much disk memory is required to ensure...
Thanks for your great job! What are the connections and differences between occupancy prediction and occupancy flow prediction? Which one is employed in your paper? Additionally, could you recommend some...
您好! 请问有可以封装好的Vim可以调用吗? 类似于mamba这种: import torch from mamba_ssm import Mamba batch, length, dim = 2, 64, 16 x = torch.randn(batch, length, dim).to("cuda") model = Mamba( # This module uses roughly 3...
1. Wights(.pt) I assume the model is set to run for 15 epochs, which will generate epoch_1.pt to epoch_15.pt when I execute the train.py. However, how can I determine which...