scientific_comp_projects/CODE/[python]machine_learning/data_augmentation/README.md

611 B

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