fast_paddle_detection 0.0.2 copy "fast_paddle_detection: ^0.0.2" to clipboard
fast_paddle_detection: ^0.0.2 copied to clipboard

PlatformAndroid

High-performance offline object detection plugin using PP-PicoDet + NCNN with native camera, anti-spoof, and GPU acceleration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fast_paddle_detection

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fast_paddle_detection: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fast_paddle_detection/paddle_detection.dart';
import 'package:fast_paddle_detection/paddle_detection_method_channel.dart';
import 'package:fast_paddle_detection/paddle_detection_platform_interface.dart';
1
likes
145
points
206
downloads

Documentation

API reference

Publisher

verified publishersaifulkamil.com

Weekly Downloads

High-performance offline object detection plugin using PP-PicoDet + NCNN with native camera, anti-spoof, and GPU acceleration.

Homepage

License

CC0-1.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on fast_paddle_detection

Packages that implement fast_paddle_detection