Skip to content

Commit

Permalink
draft new version, update denpendency and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Jan 5, 2025
1 parent 8b4e7d9 commit 3e6c822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ Structure of `assets` folder:
- models
- bird_model.onnx (the [quantized onnx version](https://github.com/sun-jiao/osea_mobile/releases/download/assets/bird_model.onnx) of [model20240824.pth](https://github.com/sun-jiao/MetaFGNet/releases))
- ssd_mobilenet.onnx (the [quantized version](https://github.com/sun-jiao/osea_mobile/releases/download/assets/ssd_mobilenet.onnx) of pre-trained model from [onnx modelzoo](https://github.com/onnx/models/tree/main/validated/vision/object_detection_segmentation/ssd-mobilenetv1))

If you want to run batch classification for multiple photos, please check [osea-cli](https://github.com/sun-jiao/osea).
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.1.1+3
version: 1.1.2+4

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencies:
onnxruntime: ^1.4.1
path: any
path_provider: ^2.1.5
shared_preferences: ^2.3.4
shared_preferences: ^2.3.5
sqflite: ^2.4.1
url_launcher: ^6.3.1

Expand Down

0 comments on commit 3e6c822

Please sign in to comment.