ava package

Module contents

AVA: Autoencoded Vocal Analysis

Contents

ava
│
├── data
│       └── data_container
├── models
│       ├── vae_dataset
│       ├── vae
│       └── window_vae_dataset
├── plotting
│       ├── grid_plot
│       ├── latent_projection
│       ├── mmd_plots
│       ├── shotgun_movie
│       └── tooltip_plot
├── preprocessing
│       ├── preprocess
│       └── utils
└── segmenting
        ├── amplitude_segmenting
        ├── refine_segments
        ├── segment
        ├── template_segmentation
        └── utils