dadin852

Results 6 comments of dadin852

I fix this by simply restarting Jetson Nano with the camera plugged in!

Next, go to these reference : https://youtu.be/PukcRMN-Hs0 https://youtu.be/gOvvzS1-RuI https://blog.csdn.net/qq_43268106/article/details/127139216 Finally, we need to change output name to Convolution, instead of Permute : ![螢幕擷取畫面 (2)](https://github.com/xiang-wuu/ncnn-android-yolov7/assets/62487332/08b30fa1-084f-4ebf-9b81-8b6c3f8cfe33) ![螢幕擷取畫面 (3)](https://github.com/xiang-wuu/ncnn-android-yolov7/assets/62487332/f835645a-3fd8-42de-a52b-5ed96160f660) Thank @xiang-wuu so much...

Seems that you're using Premute outputs. Would you try to set Convolution as outputs? ![239368588-2d584147-b114-4aec-9459-e59a6c61c1b2](https://github.com/xiang-wuu/ncnn-android-yolov7/assets/62487332/a505fbfc-2111-4c56-882e-4f3373c46ad5)

Open your .param in Netron website : ![Screenshot_20230519_222033_Chrome](https://github.com/xiang-wuu/ncnn-android-yolov7/assets/62487332/4818961d-8113-4a4f-8847-15e739783438) Then you'll see the convolution output names. For your model, you may use : "/model.77/m.0/Conv_output_0" instead of "output" "/model.77/m.1/Conv_output_0" instead of "286"...

train.py for img-size 640 train_aux.py for img-size 1280