scientific_comp_projects/CODE/[python]machine_learning/data_augmentation
coyote 95e9276286 Initial commit 2021-10-29 15:16:40 +02:00
..
.ipynb_checkpoints Initial commit 2021-10-29 15:16:40 +02:00
datasets Initial commit 2021-10-29 15:16:40 +02:00
venv Initial commit 2021-10-29 15:16:40 +02:00
README.md Initial commit 2021-10-29 15:16:40 +02:00
TODO.md Initial commit 2021-10-29 15:16:40 +02:00
code_basic_tutorial.ipynb Initial commit 2021-10-29 15:16:40 +02:00
main.py Initial commit 2021-10-29 15:16:40 +02:00
requirements.txt Initial commit 2021-10-29 15:16:40 +02:00

README.md

Welcome to data_augmentation !

Description

In this project, we device the mathematical transformations to perform data augmentation for the geometrical meshes before feeding into the NCS training.

Data transformation to apply.

For the time being, only three applications are possible :

  • rotation
  • horizontal/ vertical flip
  • unzoom

How to install the project

  1. Install the requirements.txt with pip.
  2. Install open-cv for python: For ubuntu 20.04
sudo apt install libopencv-dev python3-opencv
pip install opencv-python

How to run the project

TODO

Created by Armando