cyrusbehr / YOLOv8-TensorRT-CPP

YOLOv8 TensorRT C++ Implementation
MIT License
567 stars 69 forks source link

#include "engine.h" where is this head file? #38

Closed whiteCupz closed 11 months ago

cyrusbehr commented 11 months ago

It comes from a git submodule located in YOLOv8-TensorRT-CPP/libs/. If it's not detected, means you didn't clone the repo correctly, you forgot to init the submodules!

image