Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Guide

1. Install Anaconda

Install Anaconda from this link https://www.anaconda.com/download

2. Launch Anaconda and Create Environment

Launch anaconda and create Python Environment by executing the following command

conda create -n sat python=3.10

Then activate it by

conda activate sat

3. Install required packages

Move to the source code folder:

cd <path to SegmentAnnotator>

Install required packages:

pip install -r requirements.txt

4. Download Models

Create models folder

Download SAM model

Download two models, vit_b_decoder_quantized.onnx and vit_b_encoder_quantized.onnx, from OneDrive, and save them into the models folder.

At the end, the models folder should have the following structure:

models
|- vit_b_decoder_quantized.onnx
|- vit_b_encoder_quantized.onnx

5. Launch

Run python main.py

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages