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

Add SSD mobilenet to Android onnx models zoo #440

Closed
ermolenkodev opened this issue Sep 2, 2022 · 0 comments · Fixed by #446
Closed

Add SSD mobilenet to Android onnx models zoo #440

ermolenkodev opened this issue Sep 2, 2022 · 0 comments · Fixed by #446
Assignees
Milestone

Comments

@ermolenkodev
Copy link
Collaborator

Add SSD mobilenet to android models zoo

@ermolenkodev ermolenkodev self-assigned this Sep 5, 2022
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
@juliabeliaeva juliabeliaeva added this to the 0.5 milestone Nov 16, 2022
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 a pull request may close this issue.

2 participants