GithubHelp home page GithubHelp logo

Comments (3)

CSautier avatar CSautier commented on September 27, 2024

Hi, sorry for the delay. Could you please tell me what you are trying to run?

from bevcontrast.

CSautier avatar CSautier commented on September 27, 2024

It seems to me you are trying to run the spconv object detection backbone on multiple GPUs, which is something we didn't do in our experiments. I don't recall why we ran this experiment on a single GPU, but given that our other experiments were run on multiple GPUs, it's possible our spconv's code does not work with multiple GPUs. I will try that on my side.

from bevcontrast.

CSautier avatar CSautier commented on September 27, 2024

I can confirm that this issue appears when using spconv in multiGPU. If you need multiGPU, you can fix it by replacing in bevlab/dataloader.py l11 by from spconv.pytorch.utils import PointToVoxel as VoxelGenerator and l169 by voxel_output = self._voxel_generator(torch.from_numpy(points), empty_mean=True).

Use at your own risk. Neither multiprocessing nor this version of VoxelGenerator have been tested.

from bevcontrast.

Related Issues (2)

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.