Classify people with DL-based image classification model efficientnetb0 (paper) trained using Siamese Network, test the model performance on unseen images during training.
conda create -n <ENV_NAME> python=3.9
conda activate <ENV_NAME>
pip install -r requirements.txt
unzip data.zip
python train.py --batch_size=64 --lr=3e-4 --model_name="efficientnet_b3a"