orsic / swiftnet

GNU General Public License v3.0
251 stars 54 forks source link

dataset issues #3

Closed yyfyan closed 5 years ago

yyfyan commented 5 years ago

Best job. Now I have some problem: (1)Camvid's resolution is 480x360 or 960x720 in the paper? (2)original cityscape dataset has 1024x2048 resolution, how get 512x1024 resolution? resize the image? (3)class balance weight is used in the paper?

orsic commented 5 years ago

@yyfyan thank you for your interest. 1) CamVid resolution is 960x720. The dataset can be downloaded from here 2) Yes, we resized the images using Pillow show by this transformation 3) We did not use class balancing to train our models.