Giter VIP home page Giter VIP logo

Comments (2)

Hyper5phere avatar Hyper5phere commented on May 28, 2024

Glad to hear you've found my work useful.

This is a new error for me as well. I'm guessing it is caused by that 8GB (100000, 100000) float64 numpy array in compute_overlap.pyx code, which likely somehow gets stored in the GPU memory that has only 6144MB capacity. To make this array smaller, try setting --max_detections 1000 and see if the error disappears. Although with MOB postprocessing, you'd want to use a quite large --max_detections value so all candidate boxes get merged together properly (but the effect might be negligible between 10k and 100k anyhow).

Playing with the other memory options might help too, as you've already tried. Although the detection performance likely degrades a lot with those tiny resized images (150x100), I'd rather touch the --image_tiling_dim option first.

from air.

Hyper5phere avatar Hyper5phere commented on May 28, 2024

Another possible solution could be to increase your Docker container memory limit to something like 16 GB. I think that compute_overlap computation should happen in CPU and main memory regardless if GPU is used or not, so it's weird that the GPU memory would be a limiting factor here.

Nevertheless, decreasing that --max_detections parameter likely brings your memory consumption to an acceptable level regardless where the bottleneck is.

from air.

Related Issues (5)

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.