-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add SSD mobilenet to Android onnx models zoo #440
Milestone
Comments
ermolenkodev
added a commit
to ermolenkodev/KotlinDL
that referenced
this issue
Sep 7, 2022
* Add onnxruntime-mobile dependency for androidMain * Reduc code duplication for SSD models code on JVM and Android platforms * Add support for .inferUsing API for OnnxHighLevelModel (Kotlin#434) * Add support for zero indexed COCO labels
ermolenkodev
added a commit
to ermolenkodev/KotlinDL
that referenced
this issue
Sep 7, 2022
ermolenkodev
added a commit
to ermolenkodev/KotlinDL
that referenced
this issue
Sep 8, 2022
* Turn Coco from class to enum
ermolenkodev
added a commit
to ermolenkodev/KotlinDL
that referenced
this issue
Sep 8, 2022
ermolenkodev
added a commit
to ermolenkodev/KotlinDL
that referenced
this issue
Sep 8, 2022
* Add docs for ExecutionProviderCompatible interface * Make ExecutionProviderCompatible extends AutoCloseable and simplify inferUsing functions * Remove unnecessary implementation of InferenceModel interface from SSD model on Android
ermolenkodev
added a commit
that referenced
this issue
Sep 9, 2022
* Add SSD model for android (#440) * Add onnxruntime-mobile dependency for androidMain * Reduc code duplication for SSD models code on JVM and Android platforms * Add support for .inferUsing API for OnnxHighLevelModel (#434) * Add support for zero indexed COCO labels * Fix ssdLightAPITest (#440) * Turn Coco from class to enum * Fix version of onnxruntime dependency for an Android (#440) * Cleanup (#440) * Add docs for ExecutionProviderCompatible interface * Make ExecutionProviderCompatible extends AutoCloseable and simplify inferUsing functions * Remove unnecessary implementation of InferenceModel interface from SSD model on Android
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add SSD mobilenet to android models zoo
The text was updated successfully, but these errors were encountered: