Results 3 issues of lauka

I tried generating new models with different input size from https://github.com/DeGirum/ultralytics_degirum, but the scripts are not working. There is a clear typo in https://github.com/DeGirum/ultralytics_degirum/blob/131c0b71c03bf3455d43c6ede5af2813c7dfa64f/dg_quantize.py#L11, tflite.Interpreter should be tf.lite.Interpreter. Even after...

My program started running quite slow, according to cProfile this is caused by HMA indicator, which in turn uses WMA indicators, which seem to be slow. I don't know if...