spacewalk01 / depth-anything-tensorrt

TensorRT implementation of Depth-Anything V1, V2
https://depth-anything.github.io/
MIT License
227 stars 28 forks source link

Can't reach higher fps #30

Open bhsud opened 2 months ago

bhsud commented 2 months ago

Hello, I am using C++ environment to run tensorrt of depth anything, however, I got Time of per frame: 13ms(After convergence) by using following command: ./depth-anything-tensorrt depth_anything_vits14_518x518.engine testvideo.mp4

my computer hardware is NVIDIA RTX4090, CUDA Version: 11.6, TensorRT-8.6.0.12. And there is no any error happened during building and inference. Do you have any suggestion to resolve this problem as I am seeing a 13ms vs. the reported 3ms in this repo.

Thank you