A brief description of your package
Project description
Human Data Analytics Project
The repository contains, under the folder HDA, the functions for the definition of models, the generator used for training, augmentation functions and finally the functions used to display the images. The structure of the folder is the following:
HDA/
├── __init__.py
├── __pycache__/
│ ├── __init__.cpython-38.pyc
│ ├── cbam.cpython-38.pyc
│ ├── Inception.cpython-38.pyc
│ ├── resnet18.cpython-38.pyc
├── models/
│ ├── __init__.py
│ ├── __pycache__/
│ │ ├── __init__.cpython-38.pyc
│ │ ├── cbam.cpython-38.pyc
│ │ ├── Inception.cpython-38.pyc
│ │ ├── resnet18.cpython-38.pyc
│ ├── cbam.py
│ ├── Inception.py
│ ├── resnet18.py
├── preprocessing/
│ ├── __init__.py
│ ├── __pycache__/
│ │ ├── __init__.cpython-38.pyc
│ │ ├── data_augmentation.cpython-38.pyc
│ │ ├── image_preprocessing.cpython-38.pyc
│ │ ├── imageutils.cpython-38.pyc
│ ├── data_augmentation.py
│ ├── image_preprocessing.py
│ ├── imageutils.py
Description of Files and Folders
Models Folder (HDA/models/
)
Definition of the models and the CBAM module in tensor flow:
cbam.py
: Contains the definition of the CBAM model.Inception.py
: Contains the definition of the Inception model.resnet18.py
: Contains the definition of the ResNet18 model.
Preprocessing Folder (HDA/preprocessing/
)
data_augmentation.py
: Defines the functions used for data augmentation.image_preprocessing.py
: Contains functions to extract patches and the generator for training.imageutils.py
: Includes helper functions for data preprocessing used inimage_preprocessing.py
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file Human_Data_Analytics-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: Human_Data_Analytics-1.0.2-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58f847728db5d1ae2287bca82ceb1998d5ed720da7812f35e48e0852393dcb6b |
|
MD5 | 4713452b0011a1321834a8dde58d5889 |
|
BLAKE2b-256 | fe5cb0281652a6833f80ba2c847b304f68bb6023c9dfc613ccdcd2d11ec513d9 |