Add YOLOR-P6 support

This commit is contained in:
Marcos Luciano
2022-02-14 15:38:12 -03:00
parent 9d118801be
commit a82f1b8662
7 changed files with 117 additions and 21 deletions

View File

@@ -61,6 +61,7 @@ SRCFILES:= nvdsinfer_yolo_engine.cpp \
layers/upsample_layer.cpp \
layers/maxpool_layer.cpp \
layers/activation_layer.cpp \
layers/reorg_r_layer.cpp \
utils.cpp \
yolo.cpp \
yoloForward.cu \