Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize YOLOX #10

Merged
merged 4 commits into from Mar 14, 2022
Merged

Optimize YOLOX #10

merged 4 commits into from Mar 14, 2022

Conversation

zhaochow
Copy link
Contributor

@zhaochow zhaochow commented Mar 10, 2022

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

@zhaochow zhaochow requested a review from kyakuno March 10, 2022 02:56
@kyakuno
Copy link
Contributor

kyakuno commented Mar 10, 2022

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

@kyakuno
Copy link
Contributor

kyakuno commented Mar 10, 2022

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

@zhaochow
Copy link
Contributor Author

@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
Copy link
Contributor

kyakuno commented Mar 14, 2022

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

@kyakuno kyakuno merged commit c2e6b5b into main Mar 14, 2022
@kyakuno kyakuno deleted the zhao/optimize-yolox branch March 14, 2022 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize yolox model
2 participants