Skip to content

Commit

Permalink
Initial release of Feidegger
Browse files Browse the repository at this point in the history
  • Loading branch information
aakbik committed Feb 22, 2019
1 parent 6af10e1 commit 85d3e41
Show file tree
Hide file tree
Showing 6 changed files with 44,949 additions and 18 deletions.
31 changes: 31 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Contributing to FEIDEGGER

We are happy to accept your contributions to make `FEIDEGGER` better and more awesome! To avoid unnecessary work on either side, please stick to the following process:

1. Check if there is already [an issue](https://github.bus.zalan.do/aakbik/feidegger/issues) for your concern.
2. If there is not, open a new one to start a discussion. We hate to close finished PRs!
3. If we decide your concern needs code changes, we would be happy to accept a pull request. Please consider the commit guidelines below.

In case you just want to help out and don't know where to start,
[issues with "help wanted" label](https://github.bus.zalan.do/aakbik/feidegger/issues/labels/help%20wanted)
are good for first-time contributors.

## Git Commit Guidelines

If there is already a ticket, use this number at the start of your commit message.

Use [semantic commit messages](http://seesparkbox.com/foundry/semantic_commit_messages):

* citation (submitting papers/applications that used this dataset)
* visualization (submitting interesting visualization)
* quality (improving the quality of the data (images/labels))
* benchmark (submitting new benchmark)
* feat (new feature)
* fix (bug fix)
* docs (changes to documentation)
* style (formatting, missing semi colons, etc; no code change)
* refactor (refactoring production code)
* test (adding missing tests, refactoring tests; no production code change)
* chore (updating grunt tasks etc; no production code change)

**Example:** `#42 citation: I used it in my paper, here is my bibtex`
22 changes: 4 additions & 18 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
MIT License
The MIT License (MIT) Copyright © 2017 Zalando SE, https://tech.zalando.com

Copyright (c) 2019 Zalando Research
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3 changes: 3 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Leonidas Lefakis <[email protected]>
Alan Akbik <[email protected]>
Roland Vollgraf <[email protected]>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Feidegger
A Multi-modal Corpus of Fashion Images and Descriptions in German
Loading

0 comments on commit 85d3e41

Please sign in to comment.