nehulagrawal
commited on
Commit
•
d97c300
1
Parent(s):
2166828
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- ultralyticsplus
|
4 |
-
-
|
5 |
- ultralytics
|
6 |
- yolo
|
7 |
- computer-vision
|
@@ -27,16 +27,16 @@ metrics:
|
|
27 |
pipeline_tag: object-detection
|
28 |
---
|
29 |
|
30 |
-
# Model Card for
|
31 |
|
32 |
## Model Summary
|
33 |
|
34 |
-
The
|
35 |
|
36 |
## Model Details
|
37 |
|
38 |
### Model Description
|
39 |
-
The
|
40 |
|
41 |
|
42 |
We invite you to explore the potential of this model and its object detection capabilities. For those interested in harnessing its power or seeking further collaboration, we encourage you to reach out to us at [email protected]. Whether you require assistance, customization, or have innovative ideas, our collaborative approach is geared towards addressing your unique challenges. Additionally, you can actively engage with our vibrant community section for valuable insights and collective problem-solving. Your input drives our continuous improvement, as we collectively pave the way towards enhanced object detection.
|
@@ -45,13 +45,13 @@ We invite you to explore the potential of this model and its object detection ca
|
|
45 |
- **Model type:** Object Detection
|
46 |
- **Task:** Object Detection (object detection)
|
47 |
|
48 |
-
Furthermore, the
|
49 |
-
|
50 |
|
51 |
User collaboration is actively encouraged to enrich the model's capabilities. By contributing table images of different designs and types, users play a pivotal role in enhancing the model's ability to detect a diverse range of object accurately. Community participation can be facilitated through our platform or by reaching out to us at [email protected]. We value collaborative efforts that drive continuous improvement and innovation in object detection.
|
52 |
|
53 |
### Supported Labels
|
54 |
-
|
55 |
```
|
56 |
['box', 'object detect']
|
57 |
```
|
@@ -60,7 +60,7 @@ User collaboration is actively encouraged to enrich the model's capabilities. By
|
|
60 |
|
61 |
### Direct Use
|
62 |
|
63 |
-
The
|
64 |
|
65 |
### Downstream Use
|
66 |
|
@@ -124,7 +124,7 @@ render.show()
|
|
124 |
- Finetune the model on your custom dataset:
|
125 |
|
126 |
```bash
|
127 |
-
|
128 |
```
|
129 |
|
130 |
|
@@ -148,7 +148,7 @@ For inquiries and contributions, please contact us at [email protected].
|
|
148 |
@ModelCard{
|
149 |
author = {Nehul Agrawal and
|
150 |
Rahul parihar},
|
151 |
-
title = {
|
152 |
year = {2023}
|
153 |
}
|
154 |
-
```
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- ultralyticsplus
|
4 |
+
- yolov8
|
5 |
- ultralytics
|
6 |
- yolo
|
7 |
- computer-vision
|
|
|
27 |
pipeline_tag: object-detection
|
28 |
---
|
29 |
|
30 |
+
# Model Card for YOLOv8 object detection
|
31 |
|
32 |
## Model Summary
|
33 |
|
34 |
+
The YOLOv8 object Detection model is an object detection model based on the YOLO (You Only Look Once) framework. It is designed to detect object, whether they are object detect, in images. The model has been fine-tuned on a vast dataset and achieved high accuracy in detecting tables and distinguishing between object detect ones.
|
35 |
|
36 |
## Model Details
|
37 |
|
38 |
### Model Description
|
39 |
+
The YOLOv8 Object Detection model serves as a versatile solution for precisely identifying object detect within images, whether they exhibit a object detect. Notably, this model's capabilities extend beyond mere detection – it plays a crucial role for object detection. By employing advanced techniques such as object detection.
|
40 |
|
41 |
|
42 |
We invite you to explore the potential of this model and its object detection capabilities. For those interested in harnessing its power or seeking further collaboration, we encourage you to reach out to us at [email protected]. Whether you require assistance, customization, or have innovative ideas, our collaborative approach is geared towards addressing your unique challenges. Additionally, you can actively engage with our vibrant community section for valuable insights and collective problem-solving. Your input drives our continuous improvement, as we collectively pave the way towards enhanced object detection.
|
|
|
45 |
- **Model type:** Object Detection
|
46 |
- **Task:** Object Detection (object detection)
|
47 |
|
48 |
+
Furthermore, the YOLOv8 Detection model is limited to object detectionsetup environment python setup.py
|
49 |
+
yolov8 object detection model alone. It is a versatile tool that contributes to the processing of structured image data. By utilizing advanced box techniques, the model empowers users to isolate object within the image visual data. What sets this model apart is its seamless integration with object detection technology. The combination of box information allows for precise object detection from the data. This comprehensive approach streamlines the process of information retrieval from image data.
|
50 |
|
51 |
User collaboration is actively encouraged to enrich the model's capabilities. By contributing table images of different designs and types, users play a pivotal role in enhancing the model's ability to detect a diverse range of object accurately. Community participation can be facilitated through our platform or by reaching out to us at [email protected]. We value collaborative efforts that drive continuous improvement and innovation in object detection.
|
52 |
|
53 |
### Supported Labels
|
54 |
+
YOLOv8
|
55 |
```
|
56 |
['box', 'object detect']
|
57 |
```
|
|
|
60 |
|
61 |
### Direct Use
|
62 |
|
63 |
+
The YOLOv8 and opencv for object Detection model can be directly used for detecting object from images, whether they are bordered box.
|
64 |
|
65 |
### Downstream Use
|
66 |
|
|
|
124 |
- Finetune the model on your custom dataset:
|
125 |
|
126 |
```bash
|
127 |
+
yolov8 train --data dataset.yaml --img 640 --batch -1 --weights foduucom/object_detection--epochs 10
|
128 |
```
|
129 |
|
130 |
|
|
|
148 |
@ModelCard{
|
149 |
author = {Nehul Agrawal and
|
150 |
Rahul parihar},
|
151 |
+
title = {YOLOv8 object Detection},
|
152 |
year = {2023}
|
153 |
}
|
154 |
+
```
|