Skip to content

pranavajk1/face-detection-clustering

Repository files navigation

Face Detection and Recognition Project.**

# Face detection on validation data
python task1.py --input_path validation_folder/images --output ./result_task1_val.json

# Validation
python ComputeFBeta/ComputeFBeta.py --preds result_task1_val.json --groundtruth validation_folder/ground-truth.json
# Face detection on test data
python task1.py --input_path test_folder/images --output ./result_task1.json

task 2 running

python task2.py --input_path faceCluster_5 --num_cluster 5