Commit ·
45125dd
1
Parent(s): a79dfef
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,11 +10,26 @@ pinned: false
|
|
| 10 |
license: openrail
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
Usage :
|
| 18 |
|
| 19 |
You can upload receipt images, and the demo will provide you with your segmented image.
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: openrail
|
| 11 |
---
|
| 12 |
|
| 13 |
+
Description: :
|
| 14 |
|
| 15 |
+
We present a demo for performing object segmentation using a model trained on OCR-Receipt dataset. The model was trained on 54 training images and validated on 15 images.
|
| 16 |
|
| 17 |
Usage :
|
| 18 |
|
| 19 |
You can upload receipt images, and the demo will provide you with your segmented image.
|
| 20 |
|
| 21 |
+
Dataset :
|
| 22 |
+
|
| 23 |
+
The dataset contains 77 images and is formatted in COCO style. To facilitate usage with YOLOv8-seg, we have converted it into YOLOv8 format.
|
| 24 |
+
|
| 25 |
+
-License: This dataset is made available under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
|
| 26 |
+
|
| 27 |
+
To access and download this dataset, please follow this link: https://universe.roboflow.com/study-0w9zw/ocr-receipt
|
| 28 |
+
|
| 29 |
+
Download Dataset:
|
| 30 |
+
|
| 31 |
+
To download the dataset we used, you can use the following command in colab :
|
| 32 |
+
|
| 33 |
+
!wget https://universe.roboflow.com/ds/2wX1s8oODv?key=5jT3f2JmuV
|
| 34 |
+
|
| 35 |
+
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
|