Skip to content

Commit

Permalink
published newest image depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Knightro63 committed Jul 18, 2024
1 parent eb74171 commit eacaa43
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/apple_vision/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.8

* Added Image Depth

## 0.0.7

* Updated apple_vision_recognize_text
Expand Down
3 changes: 2 additions & 1 deletion packages/apple_vision/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: apple_vision
description: A Flutter plugin to use all API's from Apple vision made for osx and ios.
version: 0.0.7
version: 0.0.8
homepage: https://github.com/Knightro63/apple_vision/tree/main/packages/apple_vision

environment:
Expand Down Expand Up @@ -28,6 +28,7 @@ dependencies:
apple_vision_selfie: ^0.0.5
apple_vision_saliency: ^0.0.2
apple_vision_lift_subjects: ^0.0.2
apple_vision_image_depth: ^0.0.2

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions packages/apple_vision_image_depth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

* Added new version of coreml depth

## 0.0.1

* Initial release
2 changes: 0 additions & 2 deletions packages/apple_vision_image_depth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Apple Vision Depth Detection is a Flutter plugin that enables Flutter apps to us

## Requirements

Please go to 'https://ml-assets.apple.com/coreml/models/Image/DepthEstimation/FCRN/FCRN.mlmodel' and save the model in '/Users/${userName}/development/tools/flutter/.pub-cache/hosted/pub.dartlang.org/apple_vision_image_depth-${version}/darwin/Classes'. If this step is not done this api will give an error.

**MacOS**
- Minimum osx Deployment Target: 10.13
- Xcode 13 or newer
Expand Down
2 changes: 1 addition & 1 deletion packages/apple_vision_image_depth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: apple_vision_image_depth
description: A Flutter plugin to use Apple Vision Image Depth to find the depth in images.
version: 0.0.1
version: 0.0.2
homepage: https://github.com/Knightro63/apple_vision/tree/main/packages/apple_vision_image_depth

environment:
Expand Down

0 comments on commit eacaa43

Please sign in to comment.