MaybeShewill-CV / sky-detector

Sky area detection without deep neural networks https://maybeshewill-cv.github.io/sky-detector/
146 stars 42 forks source link

i got different results with the same input images #4

Closed hunterlew closed 4 years ago

hunterlew commented 5 years ago

i used your codes and ran it successfully, using input images in ./data/, but i got sky mask with jagged edges, which is quite different from the smooth sky mask results provided in readme.

So, using the same input images, how could i get the same results as provided in ./data/ ? Any change in code to make ? @MaybeShewill-CV