fix interpolation to 'bilinear', adjust file structure and rename
parent
9e53098c4f
commit
585b6bc3e8
|
@ -78,6 +78,7 @@ DataLoader:
|
|||
- ResizeImage:
|
||||
size: [128, 256]
|
||||
return_numpy: False
|
||||
interpolation: 'bilinear'
|
||||
backend: "pil"
|
||||
- RandFlipImage:
|
||||
flip_code: 1
|
||||
|
@ -109,6 +110,7 @@ DataLoader:
|
|||
- ResizeImage:
|
||||
size: [128, 256]
|
||||
return_numpy: False
|
||||
interpolation: 'bilinear'
|
||||
backend: "pil"
|
||||
- ToTensor:
|
||||
- Normalize:
|
||||
|
@ -133,6 +135,7 @@ DataLoader:
|
|||
- ResizeImage:
|
||||
size: [128, 256]
|
||||
return_numpy: False
|
||||
interpolation: 'bilinear'
|
||||
backend: "pil"
|
||||
- ToTensor:
|
||||
- Normalize:
|
|
@ -90,6 +90,7 @@ DataLoader:
|
|||
- ResizeImage:
|
||||
size: [128, 256]
|
||||
return_numpy: False
|
||||
interpolation: 'bilinear'
|
||||
backend: "pil"
|
||||
- RandFlipImage:
|
||||
flip_code: 1
|
||||
|
@ -127,6 +128,7 @@ DataLoader:
|
|||
- ResizeImage:
|
||||
size: [128, 256]
|
||||
return_numpy: False
|
||||
interpolation: 'bilinear'
|
||||
backend: "pil"
|
||||
- ToTensor:
|
||||
- Normalize:
|
||||
|
@ -151,6 +153,7 @@ DataLoader:
|
|||
- ResizeImage:
|
||||
size: [128, 256]
|
||||
return_numpy: False
|
||||
interpolation: 'bilinear'
|
||||
backend: "pil"
|
||||
- ToTensor:
|
||||
- Normalize:
|
|
@ -101,6 +101,7 @@ DataLoader:
|
|||
- ResizeImage:
|
||||
size: [128, 256]
|
||||
return_numpy: False
|
||||
interpolation: 'bilinear'
|
||||
backend: "pil"
|
||||
- RandFlipImage:
|
||||
flip_code: 1
|
||||
|
@ -138,6 +139,7 @@ DataLoader:
|
|||
- ResizeImage:
|
||||
size: [128, 256]
|
||||
return_numpy: False
|
||||
interpolation: 'bilinear'
|
||||
backend: "pil"
|
||||
- ToTensor:
|
||||
- Normalize:
|
||||
|
@ -162,6 +164,7 @@ DataLoader:
|
|||
- ResizeImage:
|
||||
size: [128, 256]
|
||||
return_numpy: False
|
||||
interpolation: 'bilinear'
|
||||
backend: "pil"
|
||||
- ToTensor:
|
||||
- Normalize:
|
Loading…
Reference in New Issue