kangnicui2 commited on
Commit
a84c228
·
verified ·
1 Parent(s): 65337b7

docs: organize repo structure for segmentation and future classification

Browse files
Files changed (3) hide show
  1. README.md +4 -0
  2. classification/README.md +3 -0
  3. segmentation/README.md +3 -0
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # GoldMDD Model Artifacts
2
+
3
+ - `segmentation/checkpoints/`: semantic segmentation checkpoints
4
+ - `classification/`: reserved for future classification models
classification/README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Classification
2
+
3
+ Reserved for future classification model checkpoints.
segmentation/README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Segmentation
2
+
3
+ This folder stores semantic segmentation model checkpoints.