Gabriel Vidal-Ayrinhac commited on
Commit
5845310
·
1 Parent(s): 08795c2

v0 readme and files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.gitignore ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Locked files
2
+ *.lock
3
+ !dvc.lock
4
+
5
+ # Extracted dummy data
6
+ datasets/**/dummy_data-zip-extracted/
7
+
8
+ # Compiled python modules.
9
+ *.pyc
10
+
11
+ # Byte-compiled
12
+ _pycache__/
13
+ .cache/
14
+
15
+ # Python egg metadata, regenerated from source files by setuptools.
16
+ *.egg-info
17
+ .eggs/
18
+
19
+ # PyPI distribution artifacts.
20
+ build/
21
+ dist/
22
+
23
+ # Environments
24
+ .env
25
+ .venv
26
+ env/
27
+ venv/
28
+ ENV/
29
+ env.bak/
30
+ venv.bak/
31
+
32
+ # pyenv
33
+ .python-version
34
+
35
+ # Tests
36
+ .pytest_cache/
37
+
38
+ # Other
39
+ *.DS_Store
40
+
41
+ # PyCharm/vscode
42
+ .idea
43
+ .vscode
44
+
45
+ # keep only the empty datasets and metrics directory with it's __init__.py file
46
+ /src/*/datasets/*
47
+ !/src/*/datasets/__init__.py
48
+
49
+ /src/*/metrics/*
50
+ !/src/*/metrics/__init__.py
51
+
52
+ # Vim
53
+ .*.swp
54
+
55
+ # playground
56
+ /playground
57
+
58
+ # Sphinx documentation
59
+ docs/_build/
60
+ docs/source/_build/
61
+
62
+ # Benchmark results
63
+ report.json
64
+ report.md
65
+
66
+ data/*.png
README.md CHANGED
@@ -16,4 +16,55 @@ dataset_info:
16
  num_examples: 219
17
  download_size: 22365918
18
  dataset_size: 22392677.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  num_examples: 219
17
  download_size: 22365918
18
  dataset_size: 22392677.0
19
+ annotations_creators:
20
+ - found
21
+ language:
22
+ - en
23
+ language_creators:
24
+ - found
25
+ multilinguality:
26
+ - monolingual
27
+ pretty_name: Dead by daylight video game perks
28
+ size_categories:
29
+ - n<1K
30
+ source_datasets:
31
+ - original
32
+ tags:
33
+ - dead by daylight
34
+ task_categories:
35
+ - image-classification
36
+ - text-to-image
37
+ task_ids:
38
+ - multi-class-image-classification
39
  ---
40
+
41
+ # Dataset Card for Dead by Daylight perks
42
+
43
+ ## Table of Contents
44
+ - [Table of Contents](#table-of-contents)
45
+ - [Dataset Description](#dataset-description)
46
+ - [Dataset Summary](#dataset-summary)
47
+ - [Dataset Creation](#dataset-creation)
48
+ - [Source Data](#source-data)
49
+ - [Additional Information](#additional-information)
50
+ - [Licensing Information](#licensing-information)
51
+ - [Contributions](#contributions)
52
+
53
+ ### Dataset Summary
54
+
55
+ This dataset contains all images (on black background and upscaled to 512x512) of perks from the video game [Dead by Daylight](https://deadbydaylight.com/) with type, name and description (the first sentence) in english.
56
+
57
+ ## Dataset Creation
58
+ ### Source Data
59
+
60
+ All images and text have been found online, mainly on the [Dead by Daylight wiki](https://deadbydaylight.fandom.com/wiki/Dead_by_Daylight_Wiki).
61
+
62
+ ## Additional Information
63
+
64
+ ### Licensing Information
65
+
66
+ All images belong to [Dead by Daylight](https://deadbydaylight.com/).
67
+
68
+ ### Contributions
69
+
70
+ Thanks to [@GabrielVidal1](https://github.com/GabrielVidal1) for adding this dataset.
data/AceInTheHole.png DELETED
Binary file (4.77 kB)
 
data/Adrenaline.png DELETED
Binary file (4.9 kB)
 
data/Aftercare.png DELETED
Binary file (6.39 kB)
 
data/Alert.png DELETED
Binary file (7.28 kB)
 
data/AnyMeansNecessary.png DELETED
Binary file (7.05 kB)
 
data/Appraisal.png DELETED
Binary file (7.86 kB)
 
data/Autodidact.png DELETED
Binary file (6.9 kB)
 
data/BalancedLanding.png DELETED
Binary file (4.72 kB)
 
data/BoilOver.png DELETED
Binary file (3.95 kB)
 
data/Bond.png DELETED
Binary file (5.77 kB)
 
data/BoonDarkTheory.png DELETED
Binary file (14 kB)
 
data/BorrowedTime.png DELETED
Binary file (5.59 kB)
 
data/BotanyKnowledge.png DELETED
Binary file (4.56 kB)
 
data/Breakdown.png DELETED
Binary file (7 kB)
 
data/Breakout.png DELETED
Binary file (5.64 kB)
 
data/BuckleUp.png DELETED
Binary file (6.48 kB)
 
data/CalmSpirit.png DELETED
Binary file (6.73 kB)
 
data/DanceWithMe.png DELETED
Binary file (6.05 kB)
 
data/DarkSense.png DELETED
Binary file (4.87 kB)
 
data/DeadHard.png DELETED
Binary file (4.53 kB)
 
data/Deception.png DELETED
Binary file (5.91 kB)
 
data/DecisiveStrike.png DELETED
Binary file (4.24 kB)
 
data/DejaVu.png DELETED
Binary file (5.11 kB)
 
data/Deliverance.png DELETED
Binary file (9.73 kB)
 
data/DetectivesHunch.png DELETED
Binary file (6.51 kB)
 
data/Distortion.png DELETED
Binary file (5.33 kB)
 
data/Diversion.png DELETED
Binary file (5.46 kB)
 
data/EmpathicConnection.png DELETED
Binary file (14.7 kB)
 
data/Empathy.png DELETED
Binary file (5.63 kB)
 
data/Flip-Flop.png DELETED
Binary file (6.11 kB)
 
data/Fogwise.png DELETED
Binary file (15.3 kB)
 
data/Guardian.png DELETED
Binary file (13.4 kB)
 
data/HeadOn.png DELETED
Binary file (7.46 kB)
 
data/Hope.png DELETED
Binary file (4.88 kB)
 
data/InnerFocus.png DELETED
Binary file (15.1 kB)
 
data/InnerHealing.png DELETED
Binary file (15.8 kB)
 
data/IronWill.png DELETED
Binary file (5.64 kB)
 
data/Kindred.png DELETED
Binary file (4.99 kB)
 
data/Leader.png DELETED
Binary file (3.66 kB)
 
data/LeftBehind.png DELETED
Binary file (5.34 kB)
 
data/Lightweight.png DELETED
Binary file (4.12 kB)
 
data/Lithe.png DELETED
Binary file (5.56 kB)
 
data/LuckyBreak.png DELETED
Binary file (5.79 kB)
 
data/MettleOfMan.png DELETED
Binary file (5.88 kB)
 
data/NoMither.png DELETED
Binary file (6.65 kB)
 
data/NoOneLeftBehind.png DELETED
Binary file (4.78 kB)
 
data/ObjectOfObsession.png DELETED
Binary file (4.86 kB)
 
data/Open-Handed.png DELETED
Binary file (6.23 kB)