Update README.md
Browse files
README.md
CHANGED
|
@@ -11,12 +11,44 @@ tags:
|
|
| 11 |
- Transformers
|
| 12 |
- rfdetr
|
| 13 |
- supervision
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
-
|
| 20 |
# Segment-Tulsi(Basil) with Transformers(RF-DETR)
|
| 21 |
|
| 22 |
| **Model** | **Best EMA Mask mAP (@.50:.95)** |
|
|
|
|
| 11 |
- Transformers
|
| 12 |
- rfdetr
|
| 13 |
- supervision
|
| 14 |
+
model-index:
|
| 15 |
+
- name: BasiliskSeg # Or another unique name you prefer
|
| 16 |
+
results:
|
| 17 |
+
- task:
|
| 18 |
+
type: image-segmentation
|
| 19 |
+
name: Instance Segmentation
|
| 20 |
+
metrics:
|
| 21 |
+
- type: coco
|
| 22 |
+
value: 0.9668 # Rounded from 0.9667733799769708
|
| 23 |
+
name: Mask mAP @ IoU=0.50:0.95 | area=all | maxDets=100
|
| 24 |
+
config: segm
|
| 25 |
+
args:
|
| 26 |
+
iouThr: '.50:.05:.95'
|
| 27 |
+
areaRng: 'all'
|
| 28 |
+
maxDets: 100
|
| 29 |
+
# Mask mAP at easy threshold
|
| 30 |
+
- type: coco
|
| 31 |
+
value: 0.9783 # Rounded from 0.9782951023893298
|
| 32 |
+
name: Mask mAP @ IoU=0.50 | area=all | maxDets=100
|
| 33 |
+
config: segm
|
| 34 |
+
args:
|
| 35 |
+
iouThr: '.50'
|
| 36 |
+
areaRng: 'all'
|
| 37 |
+
maxDets: 100
|
| 38 |
+
# Mask Average Recall
|
| 39 |
+
- type: coco # COCO also reports AR
|
| 40 |
+
value: 0.9871 # Rounded from 0.9871073298429319
|
| 41 |
+
name: Mask AR @ IoU=0.50:0.95 | area=all | maxDets=100
|
| 42 |
+
config: segm # Specify segmentation for AR calculation context
|
| 43 |
+
args:
|
| 44 |
+
iouThr: '.50:.05:.95'
|
| 45 |
+
areaRng: 'all'
|
| 46 |
+
maxDets: 100
|
| 47 |
+
source:
|
| 48 |
+
name: Self-reported via Colab Training
|
| 49 |
+
url: https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-finetune-rf-detr-on-detection-dataset.ipynb # Link to the training script/notebook
|
| 50 |
---
|
| 51 |
|
|
|
|
| 52 |
# Segment-Tulsi(Basil) with Transformers(RF-DETR)
|
| 53 |
|
| 54 |
| **Model** | **Best EMA Mask mAP (@.50:.95)** |
|