Git Product home page Git Product logo

Comments (11)

chenyilun95 avatar chenyilun95 commented on July 17, 2024

--multiprocessing你跑的时候有加吗?另外你可以试下单卡 --debug 的时候是否能够顺利跑起来?

from dsgn.

pengweiweiwei avatar pengweiweiwei commented on July 17, 2024

--multiprocessing加了也会报错,另外跑单卡也会出现同样的问题,加了--debug 也不行

from dsgn.

pengweiweiwei avatar pengweiweiwei commented on July 17, 2024

还有想请问下PSMNet应该也是用了3D卷积,为什么那个代码在12G显存上可以跑起来呢,有没有什么有效的方法可以改进呢?

from dsgn.

chenyilun95 avatar chenyilun95 commented on July 17, 2024

是的,之前因为3D volume占用显存较大,所以我把很多3D conv缩减后能够大量地降低显存使用。比较奇怪你那边显存还是超了。我建议你可以试着把volume 的 range减小一下,主要是BEV (X/Y)的面积减小进一步减小显存看下。如果有问题可以用--debug调试下

from dsgn.

pengweiweiwei avatar pengweiweiwei commented on July 17, 2024

好的,谢谢

from dsgn.

pengweiweiwei avatar pengweiweiwei commented on July 17, 2024

你好,想请教一个问题,在深度网络训练部分,根据lidar生成深度图的过程中,将lidar投影到图像上,是不是无法保证每个像素都有对应的深度ground truth呢,想请问下这部分是怎么处理的,投影得到的深度值结果可以直接用于模型的训练么?

from dsgn.

chenyilun95 avatar chenyilun95 commented on July 17, 2024

是的,投影后直接用cost volume去估计深度就行。只有有深度的pixel做loss,否则就ignore。

from dsgn.

pengweiweiwei avatar pengweiweiwei commented on July 17, 2024

好的,谢谢解答

from dsgn.

lcy1996l avatar lcy1996l commented on July 17, 2024

你好,我和你遇到了一样的问题,我想请教一下关于12g多gpu依旧报outofmemory这个问题你解决了吗

from dsgn.

zcspike avatar zcspike commented on July 17, 2024

你好,我能问一下./configs/default/config_car.py是多少G显存的模型,我12G的GPU适合跑哪个模型

from dsgn.

zcspike avatar zcspike commented on July 17, 2024

你好问一下,最后oom的问题解决了吗

from dsgn.

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.