Welcome to the Segment Anything on Android project! This repository houses the Android application that leverages the powerful "Segment Anything" model to provide real-time object segmentation capabilities directly on your Android device. This Project is to make advanced segmentation technology accessible and usable for a wide range of applications, from augmented reality to privacy-focused photography.
- Real-Time Segmentation: Instantly segment objects in the camera feed with high accuracy.
- Multiple Segmentation Models: Choose from a variety of pre-trained models based on your accuracy and performance needs.
- Custom Model Support: Easily integrate your own trained models for personalized segmentation tasks.
- User-Friendly Interface: Simple and intuitive UI for seamless user experience.
- Open-Source: Modify and distribute the code according to your needs.
To get started with Segment Anything on Android, follow these steps:
- Download Sag models
- Clone this repository:
git clone https://github.com/Kepavel/sam-android.git
- Open the project in Android Studio.
- Sync the project with Gradle files.
- Run the application on your Android device or emulator.
After installing the app, follow these steps to start segmenting objects:
- Launch the app on your Android device.
- Select the desired segmentation model from the settings menu.
- Point your camera at the object you want to segment.
- The segmented object will be highlighted in real-time on your screen.
- For advanced usage and integrating custom models, please refer to the Advanced Usage section.
welcome contributions to the Segment Anything on Android project! If you have suggestions for improvements or bug fixes, please feel free to:
Thanks to the creators of the "Segment Anything" model for their groundbreaking work.