shahaf1313 / ProCST

Official implementation of ProCST image-to-image translation for UDA-SS.
MIT License
28 stars 3 forks source link

About the preprocessing method on the cityscapes data #1

Closed KevinChen880723 closed 2 years ago

KevinChen880723 commented 2 years ago

Hello, thanks for providing this fantastic method!

When tracing the code, I found a comment mentioning "use random crop, don't resize @ cityscapes," but the program resizes the image in the following snippets but doesn't random crop it. Is it just a typo?

Thanks a lot!

shahaf1313 commented 2 years ago

Hey Kevin, thanks for your comment! You are right, in deed an old comment. I fixed the documentation to the current implementation.

Thanks, Shahaf