You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have trained yolov5 lite model on custom data. i have tested using python inference script it is working fine. but when i convert into ncnn format using https://convertmodel.com/ . and changed the line depends on the params file
ex.extract("Reshape_output_0", out); line 328
ex.extract("659", out); 346
ex.extract("671", out); 364
i have trained yolov5 lite model on custom data. i have tested using python inference script it is working fine. but when i convert into ncnn format using https://convertmodel.com/ . and changed the line depends on the params file
after changing i got below error
below is my .params file
Reshape /model.21/Reshape 1 1 /model.21/m.0/Conv_output_0 /model.21/Reshape_output_0 0=6400 1=6 2=3
Permute /model.21/Transpose 1 1 /model.21/Reshape_output_0 647 0=1
Convolution /model.21/m.1/Conv 1 1 /model.17/cv3/act/Mul_output_0_splitncnn_0 /model.21/m.1/Conv_output_0 0=18 1=1 5=1 6=2304
Reshape /model.21/Reshape_1 1 1 /model.21/m.1/Conv_output_0 /model.21/Reshape_1_output_0 0=1600 1=6 2=3
Permute /model.21/Transpose_1 1 1 /model.21/Reshape_1_output_0 659 0=1
Convolution /model.21/m.2/Conv 1 1 /model.20/cv3/act/Mul_output_0 /model.21/m.2/Conv_output_0 0=18 1=1 5=1 6=4608
Reshape /model.21/Reshape_2 1 1 /model.21/m.2/Conv_output_0 /model.21/Reshape_2_output_0 0=400 1=6 2=3
Permute /model.21/Transpose_2 1 1 /model.21/Reshape_2_output_0 671 0=1
The text was updated successfully, but these errors were encountered: