Commit ·
7e2021c
1
Parent(s): 6aa54e1
update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ The D-FINE family includes five model sizes trained on the [L&A Pucks Dataset](h
|
|
| 37 |
| Large | 31.2M | 0.828 | [🤗 d-fine-large](https://huggingface.co/Laudando-Associates-LLC/d-fine-large) |
|
| 38 |
| Extra Large | 62.7M | 0.803 | [🤗 d-fine-xlarge](https://huggingface.co/Laudando-Associates-LLC/d-fine-xlarge) |
|
| 39 |
|
| 40 |
-
>
|
| 41 |
|
| 42 |
## Installation
|
| 43 |
|
|
@@ -45,7 +45,7 @@ The D-FINE family includes five model sizes trained on the [L&A Pucks Dataset](h
|
|
| 45 |
pip install -r requirements.txt
|
| 46 |
```
|
| 47 |
|
| 48 |
-
>
|
| 49 |
|
| 50 |
## How to Use
|
| 51 |
|
|
|
|
| 37 |
| Large | 31.2M | 0.828 | [🤗 d-fine-large](https://huggingface.co/Laudando-Associates-LLC/d-fine-large) |
|
| 38 |
| Extra Large | 62.7M | 0.803 | [🤗 d-fine-xlarge](https://huggingface.co/Laudando-Associates-LLC/d-fine-xlarge) |
|
| 39 |
|
| 40 |
+
> mAP values are evaluated on the validation set of the L&A Pucks dataset.
|
| 41 |
|
| 42 |
## Installation
|
| 43 |
|
|
|
|
| 45 |
pip install -r requirements.txt
|
| 46 |
```
|
| 47 |
|
| 48 |
+
> Tip: Use a virtual environment (venv or conda) to avoid dependency conflicts.
|
| 49 |
|
| 50 |
## How to Use
|
| 51 |
|