Add support to YOLOv5 v4.0 and v5.0
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
* https://www.github.com/marcoslucianops
|
||||
*/
|
||||
|
||||
#include "reorg_r_layer.h"
|
||||
#include "reorgv5_layer.h"
|
||||
|
||||
nvinfer1::ILayer* reorgRLayer(
|
||||
nvinfer1::ILayer* reorgV5Layer(
|
||||
int layerIdx,
|
||||
nvinfer1::ITensor* input,
|
||||
nvinfer1::INetworkDefinition* network)
|
||||
@@ -3,8 +3,8 @@
|
||||
* https://www.github.com/marcoslucianops
|
||||
*/
|
||||
|
||||
#ifndef __REORG_R_LAYER_H__
|
||||
#define __REORG_R_LAYER_H__
|
||||
#ifndef __REORGV5_LAYER_H__
|
||||
#define __REORGV5_LAYER_H__
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "NvInfer.h"
|
||||
|
||||
nvinfer1::ILayer* reorgRLayer(
|
||||
nvinfer1::ILayer* reorgV5Layer(
|
||||
int layerIdx,
|
||||
nvinfer1::ITensor* input,
|
||||
nvinfer1::INetworkDefinition* network);
|
||||
Reference in New Issue
Block a user