Skip to content

image size is hard-coded.. #16

@hvgazula

Description

@hvgazula

if self.model_name == 'simple_unet':
image = image[:,1:161,1:193]
mask = mask[:,1:161,1:193]

Can we, not hard code numbers like this? Is there a better alternative?

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions