Skip to content

sricharan-varanasi/project3

Repository files navigation

Review Assignment Due Date

F24-CSE473-573-A-P3

F24 CSE4/573-A 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 7 files, named "result_task1.json", "result_task1_val.json,","result_task2.json,","face.py,". If not, there is something wrong with your code/filename, please go back and check.

You should only submit the zip file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors