luethan2025 / CMU_GO

CMU 18-794: Introduction to Deep Learning and Pattern Recognition for Computer Vision Grocery Occlusion Dataset
0 stars 0 forks source link

Image upsampling #1

Closed luethan2025 closed 2 months ago

luethan2025 commented 2 months ago

Implement one of the following upsampling algorithms:

to ensure that all the images in the dataset will have the same input size.

luethan2025 commented 2 months ago

This has been changed to bilinear interpolation.

luethan2025 commented 2 months ago

Closed, see 7c20df5.