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

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 Dart:

 $ dart pub add fast_paddle_detection

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 dart pub get):

dependencies:
  fast_paddle_detection: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
points
206
downloads

Publisher

verified publishersaifulkamil.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on fast_paddle_detection

Packages that implement fast_paddle_detection