Giter Club home page Giter Club logo

Comments (7)

marcoslucianops avatar marcoslucianops commented on September 21, 2024

Probably, you installed a different pyds (deepstream_python_apps) version compared to the DeepStream SDK version.

from deepstream-yolo-face.

ahmedmuzammilAI avatar ahmedmuzammilAI commented on September 21, 2024

thanks! I uninstall and reinstall pyds using "pip install pyds" command and im getting this error:
is there any other way i should install pyds with GPU support? can you please let me know if there is..

Traceback (most recent call last):
  File "/opt/nvidia/deepstream/deepstream-6.4/sources/apps/sample_apps/deepstream-face/DeepStream-Yolo-Face-master/deepstream.py", line 401, in <module>
    sys.exit(main())
  File "/opt/nvidia/deepstream/deepstream-6.4/sources/apps/sample_apps/deepstream-face/DeepStream-Yolo-Face-master/deepstream.py", line 309, in main
    osd.set_property('process-mode', int(pyds.MODE_GPU))
AttributeError: module 'pyds' has no attribute 'MODE_GPU'

from deepstream-yolo-face.

marcoslucianops avatar marcoslucianops commented on September 21, 2024

What is your DeepStream version?

from deepstream-yolo-face.

ahmedmuzammilAI avatar ahmedmuzammilAI commented on September 21, 2024

It's 6.4
Thanks I solved that issue by installing pyds using this command:

wget https://github.com/NVIDIA-AI-IOT/deepstream_python_apps/releases/download/v1.1.10/pyds-1.1.10-py3-none-linux_x86_64.whl

pip3 install pyds-1.1.10-py3-none-linux_x86_64.whl

then I gave the onnx weights and the engine was built successfully but the video gets stuck while opening and it gives segmentation fault(core dumped) error. Please if you could help with this..
is this because of a different deepstream version?

from deepstream-yolo-face.

marcoslucianops avatar marcoslucianops commented on September 21, 2024

Are you using the correct exporter file in the utils folder (from this repo)?

from deepstream-yolo-face.

ahmedmuzammilAI avatar ahmedmuzammilAI commented on September 21, 2024

no sorry! let me check that..

from deepstream-yolo-face.

ahmedmuzammilAI avatar ahmedmuzammilAI commented on September 21, 2024

Hi @marcoslucianops!! Thanks a lot for your help all along the way you're really awesome! I'm able to run it now and detect faces.
I had a few questions if you could please tell me regarding this:

  1. will I be able to run this on multiple streams parallelly?
  2. can I recognise individual faces with labels/names separately?

from deepstream-yolo-face.

Related Issues (8)

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.