Hello everyone,
I was trying to convert a .weight file downloaded from github to .kmodel file. Everything worked fine and now I have the .tflite file but I was getting stuck in here.
There is an error when I was trying to convert it to .kmodel file:
Fatal: Index was outside the bounds of the array.
I have checked that the author used 416x416 pixels images for training and I have also put some images with same size in the image file but it didn’t work. Is there anyway I can solve the problem?