ICNet icon indicating copy to clipboard operation
ICNet copied to clipboard

shape of input image in cityscapes dataset

Open coderzbx opened this issue 6 years ago • 8 comments

why the input image size of cityscapes is 1025 x 2049? Shouldn't be 1024 x 2048? The original image size is 1024 x 2048 in cityscapes dataset.

coderzbx avatar Apr 19 '18 09:04 coderzbx

I have also same issue. What is the input image size?

gangooteli avatar Aug 07 '18 06:08 gangooteli

@gangooteli Does your Cityscapes test dataset have labels?I have downloaded a label without a test data set from the official website.So I can't get the test mean IOU. Thank you!

InstantWindy avatar Aug 08 '18 11:08 InstantWindy

@InstantWindy test set's label is withheld by CityScapes test server, you need to submit to evaluate on test set.

baoruxiao avatar Aug 08 '18 22:08 baoruxiao

same question as @coderzbx

baoruxiao avatar Aug 08 '18 22:08 baoruxiao

@baoruxiao Should I submit the tested picture and get the result?What should I submit to this website? Is the predicted tag value or the predicted image? Thank you!

InstantWindy avatar Aug 09 '18 02:08 InstantWindy

you need to submit mask and txt, following the instruction on cityscapesscript repo

baoruxiao avatar Aug 09 '18 06:08 baoruxiao

@baoruxiao I'am a novice.Only this simple indication on the cityscapes website, ,image I still don't quite understand how to upload after reading the instructions.Where is the cityscapesscript repo you are talking about?Can you send me ?Thank you !

InstantWindy avatar Aug 09 '18 08:08 InstantWindy

@coderzbx

why the input image size of cityscapes is 1025 x 2049? Shouldn't be 1024 x 2048? The original image size is 1024 x 2048 in cityscapes dataset.

image Hope this is applicable here also. Refer: https://github.com/tensorflow/models/blob/master/research/deeplab/g3doc/faq.md

sreeragh-ar avatar Dec 19 '20 13:12 sreeragh-ar