S26 CSE4/573 Project 3
CSE 473/573 Face Detection and Recognition Project.
The following commands should be executed in the root folder of the project.
Please first update below and push your change to this repo.
For the environment, you can use the project 2 setting and install face_recognition. Or use your own, there are no hard requirement about pytorch version.
- Your name
- Your ubit name
task 1 validation set
# 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.jsontask 1 test set running
# Face detection on test data
python task1.py --input_path test_folder/images --output ./result_task1.jsontask 2 running
python task2.py --input_path faceCluster_5 --num_cluster 5Pack your submission Note that when packing your submission, the script would run your code before packing.
sh pack_submission.sh <YourUBITName>- Note: In the commands, use
python3if your environment has python named aspython3insteadpython.
Change <YourUBITName> with your UBIT name.
The resulting zip file should be named "submission_<YourUBITName>.zip", and it should contain the following files: "result_task1.json", "result_task1_val.json","result_task2.json","face.py","viz_task1.png","viz_task2.png". If not, there is something wrong with your code/filename, please go back and check.
You should only submit the zip file.