RolnickLab / ami-ml

Software, algorithms and documentation related to the Automated Monitoring of Insects using deep learning and other machine learning methods.
MIT License
1 stars 1 forks source link

Inaccurate inference time measurements when using GPU in localization module #7

Open leonardpasi opened 1 year ago

leonardpasi commented 1 year ago

Inference time measurements in the inference scripts (inference_localization.py and inference_sam.py) are inaccurate or even irrelevant when running on GPU. See this article about the correct way to measure GPU inference time.

joseepoirier commented 3 months ago

@adityajain07 Can you follow up on this?