Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DSD-DBS/raillabel
A devkit for working with recorded and annotated train ride data from Deutsche Bahn.
https://github.com/DSD-DBS/raillabel
Last synced: 6 days ago
JSON representation
A devkit for working with recorded and annotated train ride data from Deutsche Bahn.
- Host: GitHub
- URL: https://github.com/DSD-DBS/raillabel
- Owner: DSD-DBS
- License: apache-2.0
- Created: 2023-01-19T14:30:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:14:22.000Z (16 days ago)
- Last Synced: 2024-10-29T09:31:29.167Z (16 days ago)
- Language: Python
- Size: 904 KB
- Stars: 21
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-radar-perception - Website
README
# RailLabel
![image](https://github.com/DSD-DBS/raillabel/actions/workflows/build-test-publish.yml/badge.svg)
![image](https://github.com/DSD-DBS/raillabel/actions/workflows/lint.yml/badge.svg)A devkit for working with recorded and annotated train ride data from Deutsche Bahn.
# Documentation
Read the [full documentation on Github pages](https://dsd-dbs.github.io/raillabel).
# Installation
You can install the latest released version directly from PyPI.
```zsh
pip install raillabel
```To set up a development environment, clone the project and install it into a
virtual environment.```zsh
git clone https://github.com/DSD-DBS/raillabel
cd raillabel
python -m venv .venvsource .venv/bin/activate.sh # for Linux / Mac
.venv\Scripts\activate # for Windowspip install -U pip pre-commit
pip install -e '.[docs,test]'
pre-commit install
```# Contributing
We'd love to see your bug reports and improvement suggestions! Please take a
look at our [guidelines for contributors](CONTRIBUTING.md) for details.# Licenses
This project is compliant with the
[REUSE Specification Version 3.0](https://git.fsfe.org/reuse/docs/src/commit/d173a27231a36e1a2a3af07421f5e557ae0fec46/spec.md).Copyright DB InfraGO AG, licensed under Apache 2.0 (see full text in
[LICENSES/Apache-2.0.txt](LICENSES/Apache-2.0.txt))Dot-files are licensed under CC0-1.0 (see full text in
[LICENSES/CC0-1.0.txt](LICENSES/CC0-1.0.txt))