Skip to main content

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 in image_preprocessing.py.

Project details


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

Human_Data_Analytics-1.0.0-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

File details

Details for the file Human_Data_Analytics-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for Human_Data_Analytics-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 73a3aee18e4835ba2ecb1c129f7bdd6ee9491d018fd7ec9c85a0b37cce4018fd
MD5 e3f11800ceb6a083769880bef6d4d671
BLAKE2b-256 b8eeddccd839cf0e65c45682cf8696c0568644b8650f7da97559b73926da555c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page