tlucch-rootstrap commited on
Commit
71c2b8e
·
verified ·
1 Parent(s): 9593af8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +93 -0
README.md CHANGED
@@ -1,3 +1,96 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - image-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - medical
9
+ size_categories:
10
+ - n<1K
11
  ---
12
+
13
+ # Dataset Card for Dataset Name
14
+
15
+ <!-- Provide a quick summary of the dataset. -->
16
+
17
+ This dataset card has 6 .h5 and 6 .mat files that are used by the crowd counting demo
18
+
19
+ ## Dataset Details
20
+
21
+ ### Dataset Description
22
+
23
+ <!-- Provide a longer summary of what this dataset is. -->
24
+
25
+ - **Curated by:** Rootstrap
26
+ - **License:** MIT
27
+
28
+ ### Dataset Sources [optional]
29
+
30
+ <!-- Provide the basic links for the dataset. -->
31
+
32
+ - **Repository:** https://www.kaggle.com/datasets/tthien/shanghaitech
33
+
34
+ ## Uses
35
+
36
+ <!-- Address questions around how the dataset is intended to be used. -->
37
+
38
+ The dataset is used for the demo
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section describes suitable use cases for the dataset. -->
43
+
44
+ This dataset is intended to use only for the demo
45
+
46
+ ### Out-of-Scope Use
47
+
48
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
49
+
50
+ This dataset was not used for training the model and can not be used for training a new model as it is very limited.
51
+
52
+ ## Dataset Structure
53
+
54
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
55
+
56
+ The dataset consist of 6 .h5 and 6 .mat.
57
+
58
+ ## Dataset Creation
59
+
60
+ ### Curation Rationale
61
+
62
+ <!-- Motivation for the creation of this dataset. -->
63
+
64
+ This dataset was created for the demo
65
+
66
+ ### Source Data
67
+
68
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
69
+
70
+ This .mat files where obtained from the ShangaiTech Dataset and the .h5 were generated from the .mat files using python.
71
+
72
+ #### Data Collection and Processing
73
+
74
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
75
+
76
+ The ShangaiTech Dataset part B has 400 images. From this original dataset, 6 random files were gathered.
77
+
78
+ #### Who are the source data producers?
79
+
80
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
81
+
82
+ @inproceedings{zhang2016single, title={Single-image crowd counting via multi-column convolutional neural network}, author={Zhang, Yingying and Zhou, Desen and Chen, Siqin and Gao, Shenghua and Ma, Yi}, booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition}, pages={589--597}, year={2016} }
83
+
84
+ ## Bias, Risks, and Limitations
85
+
86
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
87
+
88
+ As we stated before, this dataset is only ment to be used for the demo and cannot be reproduced in any way.
89
+
90
+ ## Dataset Card Authors
91
+
92
+ Rootstrap
93
+
94
+ ## Dataset Card Contact
95
+
96