nehulagrawal commited on
Commit
921daf1
1 Parent(s): ee5f8f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -20,7 +20,7 @@ library_name: ultralytics
20
  library_version: 8.0.43
21
  inference: False
22
  model-index:
23
- - name: foduucom/table-detection-and-classification
24
  results:
25
  - task:
26
  type: object-detection
@@ -33,7 +33,7 @@ language:
33
  metrics:
34
  - accuracy
35
  ---
36
- Below is the Model Card for the YOLOv8s Table Detection and Classification model:
37
 
38
  ---
39
 
@@ -110,7 +110,7 @@ pip install ultralyticsplus ultralytics
110
  from ultralyticsplus import YOLO, render_result
111
 
112
  # Load model
113
- model = YOLO('foduucom/table-detection-and-classification')
114
 
115
  # Set model parameters
116
  model.overrides['conf'] = 0.25 # NMS confidence threshold
@@ -169,7 +169,7 @@ For inquiries and contributions, please contact us at info@foduu.com.
169
  @ModelCard{
170
  author = {Nehul Agrawal and
171
  Pranjal singh Thakur},
172
- title = { Table Detection and Classification},
173
  year = {2023}
174
  }
175
  ```
 
20
  library_version: 8.0.43
21
  inference: False
22
  model-index:
23
+ - name: foduucom/table-detection-and-extraction
24
  results:
25
  - task:
26
  type: object-detection
 
33
  metrics:
34
  - accuracy
35
  ---
36
+ Below is the Model Card for the YOLOv8s Table Detection and Extraction model:
37
 
38
  ---
39
 
 
110
  from ultralyticsplus import YOLO, render_result
111
 
112
  # Load model
113
+ model = YOLO('foduucom/table-detection-and-extraction')
114
 
115
  # Set model parameters
116
  model.overrides['conf'] = 0.25 # NMS confidence threshold
 
169
  @ModelCard{
170
  author = {Nehul Agrawal and
171
  Pranjal singh Thakur},
172
+ title = { Table Detection and Extraction},
173
  year = {2023}
174
  }
175
  ```