ENOT-AutoDL / lpcv-2023

Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensortRT Engine

sfatimakhan opened this issue · comments

Hi @andreysher ,
I was attempting on creating the TensorRT engine, and came across this issue (screenshot attached). I haven't made any changes and simply tried running your code. Not sure what's going wrong, Thanks.

Screenshot of where I build the TensorRT Engine
Screenshot from 2024-03-27 13-02-33

Screenshot of running the evaluation script
Screenshot from 2024-03-27 13-02-46

Hi @sfatimakhan,
Thank you for your interest! Can you try the following steps to fix the issue?

  • move solution.pyz to the lpcv-2023/inference/evaluation directory;
  • in the evaluation.bash script change the path in the path variable to the absolute path to your lpcv-2023/inference/evaluation directory;
  • run the evaluation.bash script from the lpcv-2023/inference/evaluation directory with the command: ./evaluation.bash solution.pyz.

Also, do not forget to write in the evaluation.bash script the path to the test images on which the model will be tested.

Thanks, it worked this time.