niopeng

Results 3 comments of niopeng

Hi, For data preparation, you can refer to [here](https://github.com/niopeng/HyperRIM/blob/main/code/data/create_lmdb.py). Basically, you need to specify a folder that contains all the images and run that script. For running the code, you...

Those directories correspond to the same set of train/test images at different resolutions. For example, your target resolution is at 512x512, then the 5 directories would contain images of following...

Hi @SoheilZabihi I would suggest random cropping or image resizing. I experimented with both ways using different datasets and they all seemed to be working (though I think other cropping...