Open nanalaf opened 3 months ago
the input and output image size are always 256*256 no matter what the size of the original image, if i want to keep the input and output sizes the same as the original image, how should i do?
you must disable resize image in function get_transform() at base_dataset.py
the input and output image size are always 256*256 no matter what the size of the original image, if i want to keep the input and output sizes the same as the original image, how should i do?