Metadata-Version: 2.1
Name: aeif-dataset
Version: 0.7.1
Summary: Dev-Kit for AEIF-dataset
Home-page: https://github.com/MarcelVSHNS/AEIF-Dataset.git
Author: Marcel und Alex
Author-email: marcel.vosshans@hs-esslingen.de
License: Apache License 2.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: dill
Requires-Dist: scipy
Requires-Dist: opencv-python
Requires-Dist: matplotlib

# AEIF-D: AMEISE Ego-Vehicle and Infrastructure Fusion - Dataset

![AmeiseLogo](https://raw.githubusercontent.com/MarcelVSHNS/ameise-dataset/main/docs/Ameise_logo.png) 

Dev-Kit for records collected during [Project AMEISE](https://ameise.wandelgesellschaft.de/)

## Description

The AEIF-dataset is a development kit for the AEIF dataset. It provides functionalities to unpack AMEISE record 
files and extract meta information and frames. The core functionality revolves around handling AMEISE record files 
with the .4mse extension.

## Installation

To install the ameise-dataset, you can use pip:
```console
pip install aeif-dataset
```

## Getting Started

To get started with the dataset, you can refer to the [GettingStarted.ipynb](https://colab.research.google.com/drive/1p2cw3bSZ6B798qQ2jVnpvKQI5pv_-y_D?usp=sharing) notebook provided in the repository. 
This notebook will guide you through the basic functionalities and usage of the dataset.
