acostapazo / gradgpad-notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The GRAD-GPAD framework πŸ—Ώ (Notebooks πŸ“”)

In this repository we present three notebooks with very useful examples to become familiar with what the python gradgpad package allows us to do.

πŸ“Ί Video Tutorial

Tutorial

πŸ“ˆ Visualization Example

The gradgpad framework povides Python tooling to create novel visualization graphs to ease research pipeline and fair comparision on face-PAD topic.

This tutorial is a detailed description of main visualizations available in gradgpad. Additionaly, thanks to ipywidgets standard module we can interact with visualizations.

  • Histogram Plotter
  • DET Plotter
  • PAD Radar Plotter
  • Bias Percentiles Plotter

Notebook πŸ“” β†’ gradgpad_visualizations.ipynb β†’ Online available in Binder

PAD-radar example πŸš€

PAD-Radar Example

🏫 Foundation Example

The gradgpad framework povides Python tooling to ease face-PAD research.

This tutorial cover the basics of dealing with data, metrics and results using the gradgpad package.

  • Annotations
  • Scores
  • Standard Metrics
  • Generalization Metrics
  • Results

Notebook πŸ“” β†’ gradgpad_foundations.ipynb β†’ Online available in Binder

πŸ’» Command Line Example

The gradgpad package provides a number of command line options.

Notebook πŸ“” β†’ gradgpad_cli.ipynb β†’ Online available in Binder

πŸ€” Contributing

Feel free to contribute on this repository. Don't hesitate to contact us ✌️

If you want to serve the notebook in your computer:

pip install -r requirements.txt -r dev.txt
jupyter notebook

Then, open your browser at http://localhost:8888/notebooks

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%