Closed grant7788 closed 3 years ago
My implementation only supports the following layer types in the DarkNet cfg file. Those are all the layers present in the original "yolov3-tiny", "yolov3", "yolov4-tiny", "yolov4", "yolov4-csp" and "yolov4-mish" models.
You encounter this issue because your model contains some layer(s) not in the supported-layers list. You might extend the source code to support those layers by yourself.
I followed the guild here: https://jkjung-avt.github.io/setting-up-xavier-nx/ and error reported while converting weight / cfg files:
The platform is Jetson Xavier, JP4.4 Thanks.