Training Siamese Network on Labeled Faces in the Wild (LFW) Dataset
Training a generative model for generating face images, using a GAN.
- Clone the repository using:
git clone https://github.com/munish30monga/Metric_Learning-Generative_AI
- Navigate to the project directory:
cd Metric_Learning-Generative_AI - Download the dataset and paste the extracted folder inside the
datasetdirectory:Metric_Learning-Generative_AI/dataset/lfw/(folders_here)
- Install the requirements using:
or
pip install -r requirements.txt
conda env create -f EE_782.yml
- Give the appropriate command line argument, check the help using:
python 22m2153.py --help
