File size: 514 Bytes
c399fb7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # GuQin SAM Model
SAM-based segmentation model for Guqin string detection.
## Files
- guqin_best.pth: trained model weights
- history.json: training history
## Usage
PyTorch model trained on GuQin string segmentation dataset.
The data are available in the Spring14th/guqin_raw_jsons dataset, which contains the original RGB images and LabelMe annotation JSON files, and the Spring14th/guqin_strings_mask dataset, which contains the corresponding string mask images generated using json2mask.py, respectively. |