Labeling Images for Object Detection, Instance Segmentation and Semantic Segmentation
pip install -r requirements_light.txtpython annotator_light.py
pip install -r requirements_sam.txtpython annotator_sam.py
- Set
SAM_WEIGHT_PATH,SAM_MODELandSAM_PLATFORMinutils.ml_config.py. By default SAMA Light use SAM2_large on 'cuda' - List of supported methods: SAM, SAM-HQ, SAM-2, MobileSAM, EfficientSAM, FastSAM
- For models SAM2, FastSAM weights will be downloaded automatically.
- For other models you have to download weight manually and place it according
ml_config.py SAM_WEIGHT_PATHvariable. You can download weights from:
