ECE_685D_HW3_2024
ECE_685D_HW3_2024
Submission Instructions:
1. Upload your Jupyter Notebook (.ipynb file).
2. Export all outputs and necessary derivations as one or multiple PDF files and upload them.
LLM policy:
The use of large language models (LLMs) is not allowed for this assignment.
Note: For simplicity, most images in this dataset are selected to contain just one object
1
Figure 1: IOU for bounding box
of interest. It’s ok to have the bounding box regressor to predict only one bounding box.
However, think carefully how do you want to represent your bounding box. If the image
sizes are too larger to fit into the GPU memory, consider using ”torch.cuda.amp.autocast()”
or reducing your image size and batch size
2
References
[1] Diederik P Kingma and Jimmy Ba. “Adam: A method for stochastic optimization”. In: arXiv
preprint arXiv:1412.6980 (2014).