Khrylx / AgentFormer

[ICCV 2021] Official PyTorch Implementation of "AgentFormer: Agent-Aware Transformers for Socio-Temporal Multi-Agent Forecasting".
https://www.ye-yuan.com/agentformer/
MIT License
254 stars 64 forks source link

Inference Time #7

Closed BYZANTINE26 closed 2 years ago

BYZANTINE26 commented 2 years ago

How much time does Agentformer model takes to inference upon a given sample.

Khrylx commented 2 years ago

I think the inference is usually real-time. It also depends on how many agents are there in the scene. From my experience, the model can infer in real-time for < 40 agents.