Spaces:
Sleeping
Sleeping
Commit
·
6df36e4
1
Parent(s):
2364ca2
Update README.md
Browse files
README.md
CHANGED
@@ -9,10 +9,32 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
13 |
|
14 |
-
|
15 |
|
16 |
Usage :
|
17 |
|
18 |
-
You can upload
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
Description: :
|
13 |
|
14 |
+
We present a demo for performing object segmentation with training a Yolov8-seg on wheel Image dataset. The model was trained on 696 training images and validated on 199 images.
|
15 |
|
16 |
Usage :
|
17 |
|
18 |
+
You can upload Fire-smoke images, and the demo will provide you with your segmented image.
|
19 |
+
|
20 |
+
Dataset :
|
21 |
+
|
22 |
+
This dataset comprises a total of 994 images, which are divided into three distinct sets for various purposes:
|
23 |
+
|
24 |
+
-Training Set: It includes 696 images and is intended for training the model.
|
25 |
+
|
26 |
+
-Validation Set: There are 199 images in the validation set, which is used for optimizing model parameters during development.
|
27 |
+
|
28 |
+
-Test Set: This set consists of 99 images and serves as a separate evaluation dataset to assess the performance of trained models.
|
29 |
+
|
30 |
+
-License: This dataset is made available under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
|
31 |
+
|
32 |
+
To access and download this dataset, please follow this link: https://universe.roboflow.com/project-wce7s/1000_seg_wheel
|
33 |
+
|
34 |
+
Download Dataset:
|
35 |
+
|
36 |
+
To download the dataset we used, you can use the following command in colab :
|
37 |
+
|
38 |
+
!wget https://universe.roboflow.com/ds/OPPOJjnJPs?key=5yzDMD610e
|
39 |
+
|
40 |
+
Feel free to explore and use this repository for your object segmentation needs. If you have any questions or need assistance, please don't hesitate to reach out
|