Git Product home page Git Product logo

Comments (9)

madhawav avatar madhawav commented on August 28, 2024

Hi,
Currently this feature is not implemented in YOLO34Py. It would choose the GPU chosen by Darknet. I will look into implementing it in the future.
Thanks

from yolo3-4-py.

jantman avatar jantman commented on August 28, 2024

I was also looking into this, but my really poor C knowledge doesn't make it easy.

It looks like the darknet example script both sets the gpu_index int and calls cuda_set_device(). It appears that this can also be used to disable using the GPU even if the code was compiled for GPU support, by setting the gpu_index to -1

from yolo3-4-py.

kli-casia avatar kli-casia commented on August 28, 2024

still waiting for this feature, thx

from yolo3-4-py.

madhawav avatar madhawav commented on August 28, 2024

@kli-nlpr The new merge request #25 has this feature implemented. Can you try it out and let me know whether it works as expected? Then I would merge it to master and do a new release. Unfortunately, I do not have multiple GPUs to test the code.

  1. Uninstall the version you have installed right now (pip uninstall yolo34py-gpu)
  2. Clone the code in merge request #25
  3. Set environment variables GPU=1 and OPENCV=1.
  4. Run pip install .
  5. Use pydarknet.set_cuda_device to change the GPU.

@jantman Thank you for your support. The link you mentioned helped me!

from yolo3-4-py.

jantman avatar jantman commented on August 28, 2024

Sure! For what it's worth, I was actually hoping to get this so that (I hope) it would work like the darknet option and setting the GPU device to zero would disable GPU mode and use CPU instead.

I've been having some issues with the detections using yolov3-tiny on GPU, and was looking to write something that comes back after-the-fact and runs my images through the full yolov3 in CPU mode using otherwise the same code.

from yolo3-4-py.

madhawav avatar madhawav commented on August 28, 2024

Hi @jantman, I believe setting the GPU to zero would make it use the Primary GPU. Why don't you use the version without GPU? (pip install yolo34py instead of pip install yolo34py-gpu).

from yolo3-4-py.

jantman avatar jantman commented on August 28, 2024

@madhawav That's what I'm doing now, but it means that I need to use two different virtualenvs... my goal is to compare the results of the tiny GPU and non-tiny CPU.

For the command-line darknet binary, at least, setting GPU 1 is primary GPU and GPU 0 disables GPU mode.

from yolo3-4-py.

madhawav avatar madhawav commented on August 28, 2024

Option to select GPU is implemented with #25

from yolo3-4-py.

woojeonghoon avatar woojeonghoon commented on August 28, 2024

have eight GPUs.

By the way, 'python3 video_demo' only uses the first GPU and nothing else

What should I do??

from yolo3-4-py.

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.