Hi,
I am deploying my own custom model i.e. PLYOLOV7 (YOLOV7 with CBAM attention module) onto Jetson Nano board. To deploy on jetson NANO , I am following below given git hub project:
GitHub - mailrocketsystems/JetsonYoloV7-TensorRT
Contribute to mailrocketsystems/JetsonYoloV7-TensorRT development by creating an account on GitHub.
Using given file of the project (JetsonYoloV7-TensorRT/buildSteps.txt at main · mailrocketsystems/JetsonYoloV7-TensorRT · GitHub) , I successfully run (conversion and testing) all standards YOLOv7 models(v7, 7x, e6e, d6, e6, w6) and test on my custom dataset which has 5 classes, on Nano board. (I first train custom PLYOLOV7 model on my custom dataset on my local GPU system then I got trained model. After that I copy that trained model on Nano board to deploy, and further I follow above given project).
During executing steps from the file buildSteps.txt for custom model PLYOLOv7, I succesfully run all the steps but when i am executing sudo ./yolov7 -s yolov7-tiny.wts yolov7-tiny.engine t (in my case : sudo ./yolov7 -s PLYOLOv7.wts PLYOLOv7.engine v7), I got following error:
Please help in resolving this error. If you need any details related to the topic, please let me know. Any help would be appreciated.
Thanks in advance.