AIWintermuteAI / aXeleRate

Keras-based framework for AI on the Edge
MIT License
174 stars 72 forks source link

Support for custom input_size no work in kmodel #50

Closed lowlevel-1989 closed 3 years ago

lowlevel-1989 commented 3 years ago

Support for custom input_size no work.

It only supports input_size 224, with input_size 240 it returns error

AIWintermuteAI commented 3 years ago

Please, use the template, thank you!

lowlevel-1989 commented 3 years ago

Please, use the template, thank you!

https://github.com/AIWintermuteAI/aXeleRate/blob/master/configs/person_detector.json#L5

if the input_size is changed to a different value it does not work in kmodel v3 / v4

AIWintermuteAI commented 3 years ago

https://github.com/AIWintermuteAI/aXeleRate/issues/20

AIWintermuteAI commented 3 years ago

Okay, well, I'm not a mind-reader, nor do I want to be one. I really wanted to see the error message and normal description of the problem. I think what you're trying to say is that you have an error during conversion stage, if setting input_size to 240. I don't think it is the case - unless your model is too big to begin with and the error you're seeing relates to memory requirements of K210 converter. I cannot help any further without log/concise description of the problem.

Feel free to comment if you're ready to provide logs/error description according to the template. Closing the issue for now.