Maix_Toolbox icon indicating copy to clipboard operation
Maix_Toolbox copied to clipboard

Maix Toolbox: Collections of model scripts

Results 17 Maix_Toolbox issues
Sort by recently updated
recently updated
newest added

Hello, When trying to convert my tflite model, I'm running into this error: ``` Fatal: Dimensions must be equal. System.InvalidOperationException: Dimensions must be equal. at NnCase.Converter.Model.InputConnector.SetConnection(OutputConnector from) in D:\Work\Repository\nncase\src\NnCase.Converter\Model\InputConnector.cs:line 32...

when i try to convert my tflite to kmodel(command : tflite2kmodel.sh workspace/mbnet75.tflite). the tflite2kmodel.sh file prompt this : uasge: ./tflite2kmodel.sh xxx.tflite bash: ./ncc/ncc: No such file or directory

Fatal: Layer CUSTOM is not supported

just a typo fix, downlaoding xz and trying to uncompress gz

Hi, I do not understand images\: quantization dataset images . What is it and how I can get it ??? Thanks

I think the common pattern of linux commands is not to show the usage help message when a valid arguments are given and the command does some actual work. Additionally,...

The extension of the downloaded file is wrong. It is "xz", not "gz".

I get this error ``` Fatal: Layer tflite.Operator is not supported: Only scalar multiply is supported NnCase.Converter.Converters.LayerNotSupportedException: Layer tflite.Operator is not supported: Only scalar multiply is supported at NnCase.Converter.Converters.TfLiteToGraphConverter.ConvertMul(Operator op)...

How to convert a caffe model to kmodel, is there any script for this ?