Skip to content

sairclass/cse4573s26p3-jjcrouch

 
 

Repository files navigation

Review Assignment Due Date Review Assignment Due Date

S26-CSE473-573-A-P3

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.json

task 1 test set running

# 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

Pack 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 python3 if your environment has python named as python3 instead python.

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.

About

sair-class-cse4573s26p3-cse4573s26p3 created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 97.6%
  • Shell 2.4%