Hi, thank you for releasing this repository.
I am running EulerFlow on the Argoverse 2 Sensor Dataset and experiencing extremely slow validation runtime.
I run validation with the following command:
python test_pl.py ./configs/eulerflow/argo/noncausal_minibatched/val.py --gpus 1
For my setup:
Dataset: Argoverse 2 Sensor Dataset
GPU: Single RTX 5090
However, it takes approximately 14 hours to process a single validation log, which seems unusually slow even considering the cost of Eulerian ODE-based scene flow.
Could you please clarify:
Is this runtime expected for EulerFlow on Argoverse 2?
Are there known validation-time bottlenecks (e.g., ODE integration steps, or minibatch configuration)?
Are there recommended configuration changes or flags (e.g., fewer ODE steps, different batching, or mixed precision) to significantly reduce validation time?
If helpful, I can share more details about my environment or profiling results.
Thank you for your help.
Hi, thank you for releasing this repository.
I am running EulerFlow on the Argoverse 2 Sensor Dataset and experiencing extremely slow validation runtime.
I run validation with the following command:
python test_pl.py ./configs/eulerflow/argo/noncausal_minibatched/val.py --gpus 1For my setup:
Dataset: Argoverse 2 Sensor Dataset
GPU: Single RTX 5090
However, it takes approximately 14 hours to process a single validation log, which seems unusually slow even considering the cost of Eulerian ODE-based scene flow.
Could you please clarify:
Is this runtime expected for EulerFlow on Argoverse 2?
Are there known validation-time bottlenecks (e.g., ODE integration steps, or minibatch configuration)?
Are there recommended configuration changes or flags (e.g., fewer ODE steps, different batching, or mixed precision) to significantly reduce validation time?
If helpful, I can share more details about my environment or profiling results.
Thank you for your help.