deepview icon indicating copy to clipboard operation
deepview copied to clipboard

An implementation of Google's Deepview paper https://augmentedperception.github.io/deepview/

Results 2 deepview issues
Sort by recently updated
recently updated
newest added

Why is the line 122 of utils_dset.py written like below: ` in_pixel_y = torch.clamp(in_pixel_xy[:,1], min = crop_y / 2, max = img_h - img_h / 2)` But not: ` in_pixel_y...

Hi! I see you are using upsampling operator `(torch.nn.Upsample(scale_factor=2,mode='bilinear') ` after the “Convert to RGBA” block. (LGD iteration 1 after the initialization step). Don't see this part in the paper....