alr-internship / self-supervised-depth-denoising

Denoising YCB Objects with a self-supervised deep neural network
MIT License
9 stars 0 forks source link

resize input to fill input tensor #18

Open claudius-kienle opened 2 years ago

claudius-kienle commented 2 years ago

Currently, the inputs are not resized at all. This results in large inputs with just a few features. It would make sence to resize the input to fill the whole input tensor.

Things to keep in mind: