ACTIVE SEGMENTATION
Active Segmentation is an interactive segmentation and classification library that leverages both machine learning and geometric features.
Installation
Step 1: Fork the repository
- Go to sumit3203/ACTIVESEGMENTATION
- Click the "Fork" button in the top right corner
- This creates a copy under your account at
https://github.com/YOUR_USERNAME/ACTIVESEGMENTATION
Step 2: Clone your fork
- Open a command line interface
- Navigate to the parent folder where you want the code to be placed (e.g.,
c:\git-repositories
)
- Execute the following commands:
cd git-repositories
git clone https://github.com/YOUR_USERNAME/ACTIVESEGMENTATION
cd ACTIVESEGMENTATION
git remote -v
git remote add upstream https://github.com/sumit3203/ACTIVESEGMENTATION
git remote -v
Step 3: Plugin: ImageJ and Weka
- ImageJ: https://imagej.nih.gov/
- Weka: https://www.cs.waikato.ac.nz/ml/weka/