Metadata-Version: 2.1
Name: hcai-models
Version: 0.0.1
Summary: !Alpha Version! - This repository contains code to easy access trained models of the chair or train new ones yourself.
Home-page: https://github.com/pypa/sampleproject
Author: Dominik Schiller
Author-email: dominik.schiller@uni-a.de
License: UNKNOWN
Project-URL: Bug Tracker, https://hcai.eu/git/project/hcai_models
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown

### Description
This repository contains code to make datasets stored on th corpora network drive of the chair compatible with the [tensorflow dataset api](https://www.tensorflow.org/api_docs/python/tf/data/Dataset) .

### Currently available Models

#### Image Models

| Model       | Status        | Pretrained  | Url
| :------------- |:-------------:| :-------------:| :-----|
| EfficientNetB0      | ✅              | ❌  | https://keras.io/api/applications/ |
| EfficientNetB1      | ✅              | ❌ | https://keras.io/api/applications/ |
| EfficientNetB2      | ✅              | ❌ | https://keras.io/api/applications/ |
| EfficientNetB3      | ✅              | ❌ | https://keras.io/api/applications/ |
| EfficientNetB4      | ✅              | ❌ | https://keras.io/api/applications/ |
| EfficientNetB5      | ✅              | ❌ | https://keras.io/api/applications/ |
| EfficientNetB6      | ✅              | ❌ | https://keras.io/api/applications/ |
| EfficientNetB7      | ✅              | ❌ | https://keras.io/api/applications/ |




