Spring14th commited on
Commit
c399fb7
·
verified ·
1 Parent(s): 488facf

Upload readme.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. readme.md +13 -0
readme.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GuQin SAM Model
2
+
3
+ SAM-based segmentation model for Guqin string detection.
4
+
5
+ ## Files
6
+
7
+ - guqin_best.pth: trained model weights
8
+ - history.json: training history
9
+
10
+ ## Usage
11
+
12
+ PyTorch model trained on GuQin string segmentation dataset.
13
+ 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.