Commit
·
4d94265
1
Parent(s):
4a49870
Improve formatting in README for better readability and consistency
Browse files
README.md
CHANGED
|
@@ -29,6 +29,7 @@ Here's an example of detected objects (photographs in historical newspapers) wit
|
|
| 29 |
<img src="./example-detection.png" alt="Example Detection" style="width: 100%; height: auto;"/>
|
| 30 |
|
| 31 |
_Photograph detected in a historical newspaper with bounding box and confidence score. Generated from [davanstrien/newspapers-image-predictions](https://huggingface.co/datasets/davanstrien/newspapers-image-predictions)._
|
|
|
|
| 32 |
</div>
|
| 33 |
|
| 34 |
## Local Execution
|
|
@@ -196,17 +197,17 @@ _Varies by image size and detection complexity_
|
|
| 196 |
|
| 197 |
## Common Use Cases
|
| 198 |
|
| 199 |
-
**Documents:** `--class-name table` or `--class-name figure`
|
| 200 |
-
**Newspapers:** `--class-name photograph` or `--class-name illustration`
|
| 201 |
-
**Wildlife:** `--class-name animal` or `--class-name bird`
|
| 202 |
-
**Products:** `--class-name product` or `--class-name label`
|
| 203 |
|
| 204 |
## Troubleshooting
|
| 205 |
|
| 206 |
-
**No CUDA:** Use HF Jobs (see examples above)
|
| 207 |
-
**OOM errors:** Reduce `--batch-size`
|
| 208 |
-
**Few detections:** Lower `--confidence-threshold` or try different class descriptions
|
| 209 |
-
**Wrong column:** Use `--image-column your_column_name`
|
| 210 |
|
| 211 |
## About SAM3
|
| 212 |
|
|
|
|
| 29 |
<img src="./example-detection.png" alt="Example Detection" style="width: 100%; height: auto;"/>
|
| 30 |
|
| 31 |
_Photograph detected in a historical newspaper with bounding box and confidence score. Generated from [davanstrien/newspapers-image-predictions](https://huggingface.co/datasets/davanstrien/newspapers-image-predictions)._
|
| 32 |
+
|
| 33 |
</div>
|
| 34 |
|
| 35 |
## Local Execution
|
|
|
|
| 197 |
|
| 198 |
## Common Use Cases
|
| 199 |
|
| 200 |
+
- **Documents:** `--class-name table` or `--class-name figure`
|
| 201 |
+
- **Newspapers:** `--class-name photograph` or `--class-name illustration`
|
| 202 |
+
- **Wildlife:** `--class-name animal` or `--class-name bird`
|
| 203 |
+
- **Products:** `--class-name product` or `--class-name label`
|
| 204 |
|
| 205 |
## Troubleshooting
|
| 206 |
|
| 207 |
+
- **No CUDA:** Use HF Jobs (see examples above)
|
| 208 |
+
- **OOM errors:** Reduce `--batch-size`
|
| 209 |
+
- **Few detections:** Lower `--confidence-threshold` or try different class descriptions
|
| 210 |
+
- **Wrong column:** Use `--image-column your_column_name`
|
| 211 |
|
| 212 |
## About SAM3
|
| 213 |
|