Update README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,6 @@ pipeline_tag: object-detection
|
|
14 |
|
15 |
π€ Live Demo here: [https://huggingface.co/spaces/omoured/YOLOv10-Document-Layout-Analysis](https://huggingface.co/spaces/omoured/YOLOv10-Document-Layout-Analysis)
|
16 |
|
17 |
-
 Check out our Github repo for inference codes: [https://github.com/moured/YOLOv10-Document-Layout-Analysis](https://github.com/moured/YOLOv10-Document-Layout-Analysis)
|
18 |
-
|
19 |
<!-- ABOUT THE PROJECT -->
|
20 |
## About π
|
21 |
|
@@ -35,15 +33,9 @@ The models were fine-tuned using 4xA100 GPUs on the Doclaynet-base dataset, whic
|
|
35 |
| YOLOv10-s | 0.905 | 0.713 | [Download](https://github.com/moured/YOLOv10-Document-Layout-Analysis/releases/download/doclaynet_weights/yolov10s_best.pt) |
|
36 |
| YOLOv10-n | 0.892 | 0.685 | [Download](https://github.com/moured/YOLOv10-Document-Layout-Analysis/releases/download/doclaynet_weights/yolov10n_best.pt) |
|
37 |
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
conda activate yolov10
|
42 |
-
git clone https://github.com/THU-MIG/yolov10.git
|
43 |
-
cd yolov10
|
44 |
-
pip install -r requirements.txt
|
45 |
-
pip install -e .
|
46 |
-
```
|
47 |
|
48 |
## References π
|
49 |
|
|
|
14 |
|
15 |
π€ Live Demo here: [https://huggingface.co/spaces/omoured/YOLOv10-Document-Layout-Analysis](https://huggingface.co/spaces/omoured/YOLOv10-Document-Layout-Analysis)
|
16 |
|
|
|
|
|
17 |
<!-- ABOUT THE PROJECT -->
|
18 |
## About π
|
19 |
|
|
|
33 |
| YOLOv10-s | 0.905 | 0.713 | [Download](https://github.com/moured/YOLOv10-Document-Layout-Analysis/releases/download/doclaynet_weights/yolov10s_best.pt) |
|
34 |
| YOLOv10-n | 0.892 | 0.685 | [Download](https://github.com/moured/YOLOv10-Document-Layout-Analysis/releases/download/doclaynet_weights/yolov10n_best.pt) |
|
35 |
|
36 |
+
## Codes π₯
|
37 |
+
|
38 |
+
Check out our Github repo for inference codes: [https://github.com/moured/YOLOv10-Document-Layout-Analysis](https://github.com/moured/YOLOv10-Document-Layout-Analysis)
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
## References π
|
41 |
|