isht7 / pytorch-deeplab-resnet

DeepLab resnet v2 model in pytorch
MIT License
602 stars 117 forks source link

About image preprocessing #49

Open Hanawh opened 3 years ago

Hanawh commented 3 years ago

If I want to implement deeplabv2 in my own task,should the image preprocessing be same?like no padding,just resize

isht7 commented 3 years ago

What are your image sizes in the train set and in the test set?

Hanawh commented 3 years ago

What are your image sizes in the train set and in the test set?

[640,480] resize and pad to [320,320]