YOLO IN TENSORT :)

This commit is contained in:
Francesco Gatti
2017-08-03 16:50:57 +02:00
parent 4e189755cf
commit 0ff47ad6ba
5 changed files with 111 additions and 3 deletions
-1
View File
@@ -267,7 +267,6 @@ public:
virtual value_type* infer(dataDim_t &dim, value_type* srcData);
protected:
int classes, coords, num;
float thresh;
+2
View File
@@ -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);
};