segment_anything 1.0.0+1 copy "segment_anything: ^1.0.0+1" to clipboard
segment_anything: ^1.0.0+1 copied to clipboard

Flutter implementation of the Segment Anything package by Facebook [https://github.com/facebookresearch/segment-anything].

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add segment_anything

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

dependencies:
  segment_anything: ^1.0.0+1

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:segment_anything/segment_anything.dart';
0
likes
115
pub points
49%
popularity

Publisher

unverified uploader

Flutter implementation of the Segment Anything package by Facebook [https://github.com/facebookresearch/segment-anything].

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cupertino_icons, flutter, image, image_picker, path_provider, tflite_flutter

More

Packages that depend on segment_anything