docs: organize repo structure for segmentation and future classification
Browse files- README.md +4 -0
- classification/README.md +3 -0
- 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.
|