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.1-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for Human_Data_Analytics-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 48b8c2ad29d789868657640df6feb39f9b345ffa55b7beda446d72ad21b130ff
MD5 0f166728aba2ab4e442206dbe792ac2c
BLAKE2b-256 f001367c21a65b2092c83a210bec81fc0d17a39d531762de1881a096dc7c5253

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