bytesWright commited on
Commit
1f82aa3
·
1 Parent(s): dca0b3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -15
README.md CHANGED
@@ -1,15 +1,21 @@
1
- Credit Card V0.3 Dataset
2
- --
3
-
4
- Our V0.3 model is trained using synthetic data generated with Blender, Python, and other open-source tools. It
5
- accurately detects traditional credit card designs in images, identifying the front and back faces, text lines, chip,
6
- and magnetic band.
7
-
8
- The model, along with the dataset and tools used to create it, are freely available for download under the Apache
9
- License Version 2.0. You are welcome to modify and distribute these components as needed. We encourage you to contribute
10
- back any meaningful and useful changes.
11
-
12
- We kindly request that you notify us if you plan to use these components or modified versions in a product, research
13
- project, or any other initiative that generates value. This helps us maintain a record of users and acknowledge their
14
- contributions on our website.
15
-
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - object-detection
5
+ pretty_name: Credit Card V0.3 Dataset
6
+ size_categories:
7
+ - 1K<n<10K
8
+ ---
9
+
10
+
11
+ Our V0.3 model is trained using synthetic data generated with Blender, Python, and other open-source tools. It
12
+ accurately detects traditional credit card designs in images, identifying the front and back faces, text lines, chip,
13
+ and magnetic band.
14
+
15
+ The model, along with the dataset and tools used to create it, are freely available for download under the Apache
16
+ License Version 2.0. You are welcome to modify and distribute these components as needed. We encourage you to contribute
17
+ back any meaningful and useful changes.
18
+
19
+ We kindly request that you notify us if you plan to use these components or modified versions in a product, research
20
+ project, or any other initiative that generates value. This helps us maintain a record of users and acknowledge their
21
+ contributions on our website.