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
+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);
};