Giter VIP home page Giter VIP logo

flutter_realtime_object_detection's Introduction

Hi there, I'm Hien Nguyen ๐Ÿ‘‹


๐Ÿ  Iโ€™m currently living at HCM City, Vietnam ๐Ÿ‡ป๐Ÿ‡ณ.
๐Ÿ‘จโ€๐Ÿ’ป Iโ€™m currently working on Android, React Native and Flutter.
๐Ÿ”ญ Currently working as a freelancer(mobile development) at Upwork.
โšก Available for freelance projects.
โ˜•๏ธ Iโ€™m coffeer.

Connect with me:

hiennv.com hien@hiennv.com | Gmail hiennguyen92 | YouTube hiennvan | Twitter hiennv | LinkedIn


Languages and Tools:



flutter_realtime_object_detection's People

Contributors

hiennguyen92 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

flutter_realtime_object_detection's Issues

anyone success in running with custom model tflite?

it cause error with my custom Tensorflow Lite model which I used in android studio native code.

error :
caused by: java.lang.illegalargumentexception: cannot copy from a tensorflowlite tensor (tflite_detection_postprocess) with shape [1, 10, 4] to a java object with shape [1, 9, 9, 65].

it caused in Tensorflow_service.dart file
in recognitions = await Tflite.detectObjectOnFrame(

what may be the problem?
I can't find the way to change input shape or whatsoever

Execution failed for task ':camera:compileReleaseJavaWithJavac'.

PS D:\flutter_realtime_object_detection-main> flutter build apk --split-per-abi
The plugins image_gallery_saver, tflite use a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future
release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

Building with sound null safety

C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:138: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:142: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_2160P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:146: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_1080P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:150: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_720P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:154: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:158: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_QVGA);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:162: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_LOW);
^
error: warnings found and -Werror specified
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:135: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:139: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_2160P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:143: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_1080P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:147: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_720P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:151: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:155: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_QVGA);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:159: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_LOW);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\media\MediaRecorderBuilder.java:15: warning: [deprecation] MediaRecorder() in MediaRecorder has been deprecated
return new MediaRecorder();
^
1 error
15 warnings

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':camera:compileReleaseJavaWithJavac'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 11s
Running Gradle task 'assembleRelease'... 11.9s
Gradle task assembleRelease failed with exit code 1

please help me, I'm stuck in here...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.