Skip to content

sairclass/cse4573s26p2-Kazoo23

 
 

Repository files navigation

Review Assignment Due Date

Spring 26 CSE 473/573 Project 2

TODO: Fill the blank with your UBIT name

Please update this README.md to fill the blank below before submiting to UB Learn!

Name: Jackson Pealer__

UBIT: jrpealer

Implementation

The following commands should be executed in the root folder of the project.

Task 1

python task1.py --input_path images/t1 --output outputs/task1.png

Task 2

python task2.py --input_path images/t2 --output outputs/task2.png --json task2.json

Bonus

We have provided some challenging examples in the images/Bonus1 folder — you’re encouraged to see if you can create a panorama from them.

You can also add your own Buffalo- or UB-related images to the images/Bonus2 folder.

# Bonus1
python task2.py --input_path images/Bonus1 --output outputs/bonus1.png --json bonus1.json

# Bonus2
python task2.py --input_path images/Bonus2 --output outputs/bonus2.png --json bonus2.json

Note: In the commands, use python3 if your environment has python named as python3 instead python.

Pack your submission

Note that when packing your submission, the script would run your code before packing.

bash pack_submission.sh <Your_UBIT_name>

Change with your UBIT name. The resulting zip file should be named "submission_<Your_UBIT_name>.zip", and it should contain 2 files, named "task2.json", "stitching.py" and images folder and outputs folder, and optional "bonus1.json" and "bonus2.json" files. If not, there is something wrong with your code/filename, please go back and check.

Submision:

  1. You should only submit the zip file to UBLearns - Assignments - Project2 (This file only will be graded)
  2. You should also push your latest code to your classroom repository. (This file is only for progress tracking and can influence your project grade based of the .zip submission on the UBLearns)

About

sair-class-cse4573s26p2-cse4573s26p2 created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 95.8%
  • Shell 4.2%