/* * Created by Marcos Luciano * https://www.github.com/marcoslucianops */ #ifndef __DETECT_V8_LAYER_H__ #define __DETECT_V8_LAYER_H__ #include #include #include "NvInfer.h" nvinfer1::ITensor* detectV8Layer(int layerIdx, std::map& block, std::vector& weights, std::vector& trtWeights, int& weightPtr, nvinfer1::ITensor* input, nvinfer1::INetworkDefinition* network); #endif