talebolano / TensorRT-Scaled-YOLOv4

TensorRT for Scaled YOLOv4(yolov4-csp.cfg)
10 stars 4 forks source link

Cannot find inference_all.cpp #3

Closed imchwan closed 3 years ago

imchwan commented 3 years ago

First of all, thank you for sharing your works.

In your CMakeLists.txt, there is a code that requires "inference_all.cpp"

ADD_EXECUTABLE(inferYoloSegm inference_all.cpp )
target_link_libraries(inferYoloSegm ${OpenCV_LIBS} Tnyolo)

Therefore, there was an error during the build using cmake. However, I commented it out and it seems working.

Is inference_all.cpp mandatory code?

talebolano commented 3 years ago

@imchwan sorry,i forget delete it