M2I icon indicating copy to clipboard operation
M2I copied to clipboard

M2I is a simple but effective joint motion prediction framework through marginal and conditional predictions by exploiting the factorized relations between interacting agents.

Results 6 M2I issues
Sort by recently updated
recently updated
newest added

![Screen Shot 2022-08-17 at 4 41 18 PM](https://user-images.githubusercontent.com/43746568/185076823-0690742e-74c3-471f-bbac-afb995aa96ef.png) As graph, the Relation Prediction part produces errors after 23%. And the rate of Label2 at the moment is fairly low. On...

When training the conditional predictor, changing the hidden_size from 128 to 64 results in an runtime error: **RuntimeError: The expanded size of the tensor (64) must match the existing size...

1. I am not sure which 6 groups should I merge. When running the evaluation command, it generates 6 predicted trajectories for each scenario. However, in result() in class MotionMetrics...

How to get your training data?

I meet another error at evaluation step2 and step3, because of len(prediction_trajectory.shape) != 4. ![image](https://user-images.githubusercontent.com/74347732/207025973-74a2364f-5377-4a36-92c4-c89584f64626.png)

Thanks for your contributions to the field of motion prediction. In the process of reading the code, I have doubts about the function utils_cython.get_normalized, I think it rotates the coordinates...