omoured commited on
Commit
e0041a4
β€’
1 Parent(s): 3d6512e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -11
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
- ![GitHub](https://img.icons8.com/ios-glyphs/30/000000/github.png) 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
- ### Installation πŸ’»
39
- ```
40
- conda create -n yolov10 python=3.9
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