Spaces:
Runtime error
Runtime error
Commit ·
2439f1e
1
Parent(s): b0be920
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,11 +8,32 @@ sdk_version: 3.41.2
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
This demo allows you to perform materials segmentation.
|
| 15 |
|
| 16 |
Usage :
|
| 17 |
|
| 18 |
-
You can upload
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
+
Description: :
|
| 12 |
|
| 13 |
+
We present a demo for performing object segmentation with training a Yolov8-seg on Materials dataset. The model was trained on 4424 training images and validated on 464 images.
|
|
|
|
|
|
|
| 14 |
|
| 15 |
Usage :
|
| 16 |
|
| 17 |
+
You can upload Materials images, and the demo will provide you with your segmented image.
|
| 18 |
+
|
| 19 |
+
Dataset :
|
| 20 |
+
|
| 21 |
+
The dataset contains 6,365 images and is formatted in COCO style. To facilitate usage with YOLOv8-seg, we have converted it into YOLOv8 format.
|
| 22 |
+
|
| 23 |
+
-Training Set: It includes 4424 images and is intended for training the model.
|
| 24 |
+
|
| 25 |
+
-Validation Set: There are 464 images in the validation set, which is used for optimizing model parameters during development.
|
| 26 |
+
|
| 27 |
+
-Test Set: This set consists of 1477 images and serves as a separate evaluation dataset to assess the performance of trained models.
|
| 28 |
+
|
| 29 |
+
-License: This dataset is made available under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
|
| 30 |
+
|
| 31 |
+
To access and download this dataset, please follow this link: https://universe.roboflow.com/expand-ai/materials-semantic
|
| 32 |
+
|
| 33 |
+
Download Dataset:
|
| 34 |
+
|
| 35 |
+
To download the dataset we used, you can use the following command in colab :
|
| 36 |
+
|
| 37 |
+
!wget https://universe.roboflow.com/ds/LA0zbJDLJe?key=2sDT4tiaHm
|
| 38 |
+
|
| 39 |
+
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
|