Giter Club home page Giter Club logo

Comments (2)

SorourMo avatar SorourMo commented on September 2, 2024 2

Hi,
Thank you for your question. It has two reasons basically:
1- The size of the feature maps in the contracting part of the network decreases from 192x192 in the input layer to 6x6 at the bridge of the network. Based on our empirical experiences, if we chose the input size anything greater than 192x192, we would not end up with a small feature map size of 6x6 at the bridge anymore and, as a result, the performance of the system would decrease. This means that the best performance occurs with an input size of 192x192.
2- We have noticed that sometimes as the "number" of patches covering a complete image increases, the artifacts corresponding to the boundaries of the predicted cloud mask of each patch ruin the generated complete mask. It is like some checkerboard artifacts appear in a complete mask. So we needed to keep the number of patches covering a complete image as low as possible. This means the size of each patch should be greater than the default size 192x192. Based on the reason mentioned in "1", we simply cropped complete images into 384*384 but resized them before being fed to the network to get the most out of the network field of view.

from 38-cloud-a-cloud-segmentation-dataset.

joey1314 avatar joey1314 commented on September 2, 2024

Hi Sorour. So if we resize the input size to 192 (training or test), some important or interested information may be losed, then the trained model may have some trouble in applying. However, when i used the model to predict the test dataset you released, the results were amazing , actually only 0.2 lower than the 384 input during test. Therefore i am so confused. Hope for your help, and thank you in advance.

from 38-cloud-a-cloud-segmentation-dataset.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.