Skip to content
Snippets Groups Projects
Commit da68fd09 authored by Driss KHALIL's avatar Driss KHALIL
Browse files

Update resizing

parent 16e0ebc9
No related branches found
No related tags found
1 merge request!25Add drhagis Dataset
Pipeline #51664 failed
......@@ -3,8 +3,8 @@
def _maker(protocol):
from ....data.transforms import Resize, CenterCrop as ccrop
from ....data.transforms import Resize
from ....data.drhagis import dataset as raw
from .. import make_dataset as mk
return mk(raw.subsets(protocol), [Resize((1880,1880))])
return mk(raw.subsets(protocol), [Resize((1760,1760))])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment