| # 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. |