-
Notifications
You must be signed in to change notification settings - Fork 32
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
Updated the Example to have Real Time Object Detection working out of the box. #33
Open
xAlpharax
wants to merge
4
commits into
vladiH:master
Choose a base branch
from
xAlpharax:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 16, 2023
-
Updated the Example to be more representative of the strenghts of the
app. Plus, made the Real Time Object Detection / Instance Segmentation / Classification better. Changes to be committed: modified: .gitignore modified: .metadata modified: CHANGELOG.md modified: LICENSE modified: README.md modified: analysis_options.yaml modified: android/.gitignore modified: android/build.gradle modified: android/gradle/wrapper/gradle-wrapper.jar modified: android/gradle/wrapper/gradle-wrapper.properties modified: android/gradlew modified: android/gradlew.bat modified: android/libs/tesseract4android-release.aar modified: android/settings.gradle modified: android/src/main/AndroidManifest.xml modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/FlutterVisionPlugin.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/models/Tesseract.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/models/Yolo.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/models/Yolov5.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/models/Yolov8.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/models/Yolov8Seg.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/utils/FeedInputTensorHelper.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/utils/RenderScriptHelper.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/utils/utils.java modified: example/.gitignore modified: example/.metadata modified: example/README.md modified: example/analysis_options.yaml modified: example/android/.gitignore modified: example/android/app/build.gradle modified: example/android/app/src/debug/AndroidManifest.xml modified: example/android/app/src/main/AndroidManifest.xml deleted: example/android/app/src/main/java/com/vladih/computer_vision/flutter_vision_example/MainActivity.java new file: example/android/app/src/main/kotlin/com/example/example/MainActivity.kt modified: example/android/app/src/main/res/drawable-v21/launch_background.xml modified: example/android/app/src/main/res/drawable/launch_background.xml modified: example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png modified: example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png modified: example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png modified: example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png modified: example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png modified: example/android/app/src/main/res/values-night/styles.xml modified: example/android/app/src/main/res/values/styles.xml modified: example/android/app/src/profile/AndroidManifest.xml modified: example/android/build.gradle modified: example/android/gradle.properties modified: example/android/gradle/wrapper/gradle-wrapper.properties modified: example/android/settings.gradle modified: example/assets/labels.txt deleted: example/assets/tessdata/spa.traineddata deleted: example/assets/tessdata_config.json modified: example/assets/yolov5n.tflite modified: example/assets/yolov8n-seg.tflite deleted: example/assets/yolov8n.tflite modified: example/ios/.gitignore modified: example/ios/Flutter/AppFrameworkInfo.plist modified: example/ios/Flutter/Debug.xcconfig modified: example/ios/Flutter/Release.xcconfig modified: example/ios/Runner.xcodeproj/project.pbxproj modified: example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata modified: example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist modified: example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings modified: example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme modified: example/ios/Runner.xcworkspace/contents.xcworkspacedata modified: example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist modified: example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings modified: example/ios/Runner/AppDelegate.swift modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] modified: example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json modified: example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png modified: example/ios/Runner/Assets.xcassets/LaunchImage.imageset/[email protected] modified: example/ios/Runner/Assets.xcassets/LaunchImage.imageset/[email protected] modified: example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md modified: example/ios/Runner/Base.lproj/LaunchScreen.storyboard modified: example/ios/Runner/Base.lproj/Main.storyboard modified: example/ios/Runner/Info.plist modified: example/ios/Runner/Runner-Bridging-Header.h modified: example/lib/main.dart modified: example/pubspec.lock modified: example/pubspec.yaml modified: example/test/widget_test.dart modified: ios/.gitignore modified: ios/Assets/.gitkeep modified: ios/Classes/FlutterVisionPlugin.h modified: ios/Classes/FlutterVisionPlugin.m modified: ios/Classes/SwiftFlutterVisionPlugin.swift modified: ios/flutter_vision.podspec modified: lib/flutter_vision.dart modified: lib/src/plugin/android.dart modified: lib/src/plugin/base.dart modified: pubspec.yaml modified: test/flutter_vision_test.dart
Configuration menu - View commit details
-
Copy full SHA for 3b3faa6 - Browse repository at this point
Copy the full SHA 3b3faa6View commit details
Commits on Oct 20, 2023
-
Updated Flutter Lints to 3.0.0
Changes to be committed: modified: example/pubspec.lock modified: example/pubspec.yaml
Configuration menu - View commit details
-
Copy full SHA for 47077a4 - Browse repository at this point
Copy the full SHA 47077a4View commit details
Commits on Oct 30, 2023
-
Fixed annoying warnings due to key super attribute.
Changes to be committed: modified: lib/main.dart
Configuration menu - View commit details
-
Copy full SHA for 01caf7b - Browse repository at this point
Copy the full SHA 01caf7bView commit details
Commits on Jun 9, 2024
-
Changes to be committed: modified: example/pubspec.lock modified: example/pubspec.yaml
Configuration menu - View commit details
-
Copy full SHA for 4b392f4 - Browse repository at this point
Copy the full SHA 4b392f4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.