jk9169 commited on
Commit
2391aaa
Β·
1 Parent(s): 6b6c7a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -53
README.md CHANGED
@@ -12,62 +12,20 @@ library_name: ultralytics
12
  library_version: 8.0.21
13
  inference: false
14
 
15
- datasets:
16
- - keremberke/table-extraction
 
17
 
18
- model-index:
19
- - name: keremberke/yolov8m-table-extraction
20
- results:
21
- - task:
22
- type: object-detection
23
 
24
- dataset:
25
- type: keremberke/table-extraction
26
- name: table-extraction
27
- split: validation
28
 
29
- metrics:
30
- - type: precision # since mAP@0.5 is not available on hf.co/metrics
31
- value: 0.95194 # min: 0.0 - max: 1.0
32
- name: mAP@0.5(box)
33
- ---
34
- <div align="center">
35
- <img width="640" alt="keremberke/yolov8m-table-extraction" src="https://huggingface.co/keremberke/yolov8m-table-extraction/resolve/main/thumbnail.jpg">
36
- </div>
37
-
38
- ### Supported Labels
39
-
40
- ```
41
- ['bordered', 'borderless']
42
- ```
43
-
44
- ### How to use
45
-
46
- - Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus):
47
-
48
- ```bash
49
- pip install ultralyticsplus==0.0.23 ultralytics==8.0.21
50
- ```
51
-
52
- - Load model and perform prediction:
53
 
54
- ```python
55
- from ultralyticsplus import YOLO, render_result
56
- # load model
57
- model = YOLO('keremberke/yolov8m-table-extraction')
58
- # set model parameters
59
- model.overrides['conf'] = 0.25 # NMS confidence threshold
60
- model.overrides['iou'] = 0.45 # NMS IoU threshold
61
- model.overrides['agnostic_nms'] = False # NMS class-agnostic
62
- model.overrides['max_det'] = 1000 # maximum number of detections per image
63
- # set image
64
- image = 'https://github.com/ultralytics/yolov5/raw/master/data/images/zidane.jpg'
65
- # perform inference
66
- results = model.predict(image)
67
- # observe results
68
- print(results[0].boxes)
69
- render = render_result(model=model, image=image, result=results[0])
70
- render.show()
71
- ```
72
 
73
  **More models available at: [awesome-yolov8-models](https://yolov8.xyz)**
 
12
  library_version: 8.0.21
13
  inference: false
14
 
15
+ # ilsung-yolov8
16
+ <h2>κ²½λΆλŒ€ν•™κ΅ 인곡지λŠ₯ ν˜μ‹ μœ΅ν•©λŒ€ν•™ 사업단 μ‚°ν•™ ν”„λ‘œμ νŠΈ</h2>
17
+ <h3>CCTVν˜„μž₯ μ•ˆμ „ 인곡지λŠ₯ μ‹œμŠ€ν…œ - (μ£Ό)μΌμ„±ν•˜μ΄μŠ€μ½”μ™€ 진행</h3>
18
 
19
+ Datasets: (μ£Ό)μΌμ„±ν•˜μ΄μŠ€μ½”μ˜ IP카메라 2λŒ€λ‘œλΆ€ν„° μ›μ²œ 데이터 μˆ˜μ§‘. 메타 데이터 annotation μž‘μ—…μ„ μœ„ν•΄ cvat.ai μ‚¬μš©<br>
20
+ ● class: {helmet_person, non_helmet_person}<br>
21
+ ● total image: 4052, train : val = 9 : 1
 
 
22
 
23
+ <img src="https://github.com/jk9169/ilsung-yolov8/blob/main/runs/detect/train5/labels.jpg?raw=true" width="400" height="400">
 
 
 
24
 
25
+ Model: YOLOv8 </a><br>
26
+ ● Yolov8n<br>
27
+ ● Yolov8s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
+ <img src="https://github.com/jk9169/ilsung-yolov8/blob/main/runs/detect/train5/val_batch0_pred.jpg?raw=true">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  **More models available at: [awesome-yolov8-models](https://yolov8.xyz)**