The code use #include "classification.h" instead of #include "model.h"
Anyone know which is the better ?
case1 . Using #include "classification.h" on the detection.h
case1 . Using #include "model.h" on the detection.h
https://github.com/linghu8812/tensorrt_inference/blob/8d115d9806d9e09dc260f9fb6cf05297f4968d6e/code/includes/detection.h#L4C1-L5C1