From 12eea0d8ed80d4f3bb16a349468e6b1ff88ace0d Mon Sep 17 00:00:00 2001 From: James <37276661+capjamesg@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:13:40 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8cc5aa..111f7ea 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ Read the full [Autodistill documentation](https://autodistill.github.io/autodist Read the [GroundedSAM Autodistill documentation](https://autodistill.github.io/autodistill/base_models/groundedsam/). +> [!TIP] +> You can use Autodistill Grounded SAM on your own hardware using the instructions below, or use the [Roboflow hosted version of Autodistill](https://blog.roboflow.com/launch-auto-label/) to label images in the cloud. + ## Installation To use the GroundedSAM Base Model, simply install it along with a Target Model supporting the `detection` task: @@ -69,4 +72,4 @@ The code in this repository is licensed under an [Apache 2.0 license](LICENSE). ## 🏆 Contributing -We love your input! Please see the core Autodistill [contributing guide](https://github.com/autodistill/autodistill/blob/main/CONTRIBUTING.md) to get started. Thank you 🙏 to all our contributors! \ No newline at end of file +We love your input! Please see the core Autodistill [contributing guide](https://github.com/autodistill/autodistill/blob/main/CONTRIBUTING.md) to get started. Thank you 🙏 to all our contributors!