Giter VIP home page Giter VIP logo

Comments (11)

zxshi avatar zxshi commented on August 20, 2024

I think it's because your memory is too small.

from deepglobe-road-extraction-challenge.

zlckanata avatar zlckanata commented on August 20, 2024

To train dlink34 on 1024*1024 images, your GPU should have at least 2G memory.

Maybe you can resize the images/masks to small size like 512*512 or crop small patches from the origin images/masks.

from deepglobe-road-extraction-challenge.

zxshi avatar zxshi commented on August 20, 2024

Speaking of image size: Does fixed image size have an impact on network performance? Does the fixed image length and width affect the performance of the network?When I use the 10241024 .shp file to diced the .tif file, there are often some dicing that are not 10241024. If it is not fixed, how can I modify the code?

from deepglobe-road-extraction-challenge.

zlckanata avatar zlckanata commented on August 20, 2024

The network can receive any input size, but due to the pooling layers and transposed-conv layers, the forward pass should have additional padding options. For computational convenience, better pad the input size to multiple of 32.

from deepglobe-road-extraction-challenge.

zxshi avatar zxshi commented on August 20, 2024

ok,thank you very much

from deepglobe-road-extraction-challenge.

zxshi avatar zxshi commented on August 20, 2024

ok,thank you very much

from deepglobe-road-extraction-challenge.

sanersbug avatar sanersbug commented on August 20, 2024

@ZuxianShi @zlkanata thanks very much, it's right that the memory is too small .

from deepglobe-road-extraction-challenge.

zxshi avatar zxshi commented on August 20, 2024

ok,thank you very much

from deepglobe-road-extraction-challenge.

GusRoth avatar GusRoth commented on August 20, 2024

Hello @zlkanata, I am a novice. I want to run your code but I meet the same problem too. I want to know how to resize the big datasets to 512*512, by what?

from deepglobe-road-extraction-challenge.

justinner avatar justinner commented on August 20, 2024

Hello,does the code run on cpu?can I test on cpu?Thank you very much.

from deepglobe-road-extraction-challenge.

SkyScraperTwc avatar SkyScraperTwc commented on August 20, 2024

Hello,does the code run on cpu?can I test on cpu?Thank you very much.

yes,you can run the code on cpu, I have tried, but It is very slow

from deepglobe-road-extraction-challenge.

Related Issues (20)

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.