Align code with polygon-only training
Browse files
README.md
CHANGED
|
@@ -97,8 +97,6 @@ dataset_card.json
|
|
| 97 |
and write normalized manifests.
|
| 98 |
- `scripts/search_hf_marine_datasets.py`: search Hugging Face datasets and write
|
| 99 |
normalized `hf://` manifest references without downloading full repositories.
|
| 100 |
-
- `scripts/import_quality_gated_hf_dataset.py`: import only HF samples that pass
|
| 101 |
-
explicit quality adapters; unverified samples stay in review/reject manifests.
|
| 102 |
- `scripts/prepare_polygon_dataset.py`: build the strict mask/polygon dataset
|
| 103 |
for SAMPoly-style training and reject bbox-only samples.
|
| 104 |
- `scripts/compose_task_profile.py`: compose Markdown capability cards into a
|
|
@@ -122,23 +120,6 @@ The target architecture is a unified, explainable, multi-task model:
|
|
| 122 |
Current legacy green-tide weights can still be loaded for candidate generation,
|
| 123 |
but final products should come from the registry-driven multi-task framework.
|
| 124 |
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
[docs/hf_dataset_discovery.md](docs/hf_dataset_discovery.md). The generated local
|
| 129 |
-
manifests are under:
|
| 130 |
-
|
| 131 |
-
```text
|
| 132 |
-
C:\Users\HUAWEI\Documents\New project 2\hf_marine_feature_dataset
|
| 133 |
-
```
|
| 134 |
-
|
| 135 |
-
The discovery output is conservative: unknown elements and unpaired HF assets are
|
| 136 |
-
kept for review and are not treated as training negatives.
|
| 137 |
-
|
| 138 |
-
The current accepted import batch is summarized in
|
| 139 |
-
[docs/quality_gated_import.md](docs/quality_gated_import.md). Accepted samples
|
| 140 |
-
are stored under:
|
| 141 |
-
|
| 142 |
-
```text
|
| 143 |
-
C:\Users\HUAWEI\Documents\New project 2\marine_feature_dataset_imported
|
| 144 |
-
```
|
|
|
|
| 97 |
and write normalized manifests.
|
| 98 |
- `scripts/search_hf_marine_datasets.py`: search Hugging Face datasets and write
|
| 99 |
normalized `hf://` manifest references without downloading full repositories.
|
|
|
|
|
|
|
| 100 |
- `scripts/prepare_polygon_dataset.py`: build the strict mask/polygon dataset
|
| 101 |
for SAMPoly-style training and reject bbox-only samples.
|
| 102 |
- `scripts/compose_task_profile.py`: compose Markdown capability cards into a
|
|
|
|
| 120 |
Current legacy green-tide weights can still be loaded for candidate generation,
|
| 121 |
but final products should come from the registry-driven multi-task framework.
|
| 122 |
|
| 123 |
+
No bbox-only accepted dataset is retained. New training samples should be
|
| 124 |
+
imported only when they provide mask or polygon annotations suitable for the
|
| 125 |
+
SAMPoly-style head.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|