Explore the paper »
View App
·
Report Bug
·
Request Feature
This project uses Tensorflow.
Simply clone the repo
git clone https://github.com/ronny3050/PrimateFaceRecognition
For training on primate face images:
python train.py --config_file config.py
The config.py
file contains all the configurations required for training. To train on your own primate dataset, simply change the dataset_path
parameter to the root directory name. The root directory should contain subdirectories of primate individuals.
The partitions are defined in splits
directory. Sample files are provided with this repository.
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Debayan Deb - debdebay@msu.edu