enazoe / yolo-tensorrt

TensorRT8.Support Yolov5n,s,m,l,x .darknet -> tensorrt. Yolov4 Yolov3 use raw darknet *.weights and *.cfg fils. If the wrapper is useful to you,please Star it.
MIT License
1.19k stars 314 forks source link

Upsample层实现的原理? #25

Open BaofengZan opened 4 years ago

BaofengZan commented 4 years ago

作者你好,我看到yolov4中netAddUpsample函数,使用了addConstant addMatrixMultiply等函数。其背后的原理是什么? 不是太理解,如何利用这几次操作实现了上采样?