axinc-ai / ailia-models-tflite

Quantized version of model library
23 stars 1 forks source link

Optimize YOLOX #10

Closed zhaochow closed 2 years ago

zhaochow commented 2 years ago

Resolve #9

Add optimized version of YOLOX tiny TFLite with NHWC order natively, removing many Transpose layers

New YOLOX tiny TFLite model has already been uploaded to the server

kyakuno commented 2 years ago

@zhaochow Can you change model file name for previous user?

kyakuno commented 2 years ago

Overwriting the server model file causes past scripts to stop working. Therefore, please add .opt etc. to the file name and upload it.

zhaochow commented 2 years ago

@kyakuno

Overwriting the server model file causes past scripts to stop working. Therefore, please add .opt etc. to the file name and upload it.

I re-uploaded the old TFLite file to the server and updated the code to use the optimized version in the latest code

kyakuno commented 2 years ago

Optimize版の推論にはailia TFLite Runtime 1.1.1が必要。