marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.38k stars 343 forks source link

How to reuse the generated engine file? #475

Open snehakondur opened 8 months ago

snehakondur commented 8 months ago

How do you reuse the generated engine file instead of creating the engine file every time you launch the demo?

marcoslucianops commented 8 months ago

You need to set the model-engine-file, in the config_infer file, to the same filename/path of the generated engine file.