YOLO IN TENSORT :)
This commit is contained in:
@@ -267,7 +267,6 @@ public:
|
||||
|
||||
virtual value_type* infer(dataDim_t &dim, value_type* srcData);
|
||||
|
||||
protected:
|
||||
int classes, coords, num;
|
||||
float thresh;
|
||||
|
||||
|
||||
@@ -40,6 +40,8 @@ public:
|
||||
nvinfer1::ITensor* convert_layer(nvinfer1::ITensor *input, Softmax *l);
|
||||
nvinfer1::ITensor* convert_layer(nvinfer1::ITensor *input, Route *l);
|
||||
nvinfer1::ITensor* convert_layer(nvinfer1::ITensor *input, Reorg *l);
|
||||
nvinfer1::ITensor* convert_layer(nvinfer1::ITensor *input, Region *l);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user