Deploying Neural Networks with OpenCV DNN and GPU in Python: Achieving 100+ FPS Object Detection

Поділитися
Вставка
  • Опубліковано 20 сер 2024

КОМЕНТАРІ • 19

  • @NicolaiAI
    @NicolaiAI  Рік тому +1

    Join My AI Career Program
    www.nicolai-nielsen.com/aicareer
    Enroll in My School and Technical Courses
    www.nicos-school.com

  • @user-hh4du9ry9g
    @user-hh4du9ry9g 2 роки тому +5

    The hard part might be how to get a custom trained inference graph .pb file and .pbtxt file. It will be interesting if you make a video on that.

  • @ProfSoft
    @ProfSoft 3 роки тому +4

    hey bro thanks so much for this amazing video , can u make a video how we can deploy a custom model in tensorflow (instead of mobilenet) and convert it to pb and config formats and use it in opencv ?

    • @NicolaiAI
      @NicolaiAI  3 роки тому +1

      Thank you! Great idea, I'll definitely do that soon!

  • @ShowTsai
    @ShowTsai 3 роки тому

    Hi! There is a mistake. The second pair of the bbox is the lower right corner of the bbox, not the width and height. Same in cv.rectangle, you should choose one diagonal and give the two ends of it.

  • @z0rocity735
    @z0rocity735 28 днів тому

    Hey Nicolai, it seems like you forgot to provide the following file to the GitHub repo pertaining to this example: "forzen_inference_graph.pb". Both the txt files are present but not the pb file. Would it be possible for us to get said file?

  • @johnpuskin463
    @johnpuskin463 3 роки тому +1

    Hi. Thank you for your explanatory videos. What is your GPU card?

    • @NicolaiAI
      @NicolaiAI  3 роки тому +1

      Thank you very much. I'm just using a 1060 🙂

  • @baizid3903
    @baizid3903 Рік тому +1

    from where we get the file "forzen_inference_graph.pb" please, I tryied around but I could not find it!!! thank you in advance

  • @MrNaved786
    @MrNaved786 2 роки тому +4

    Where to get this frozen_interface file

    • @nordio98
      @nordio98 2 роки тому

      I have the same question

    • @baizid3903
      @baizid3903 Рік тому

      from where we get the file "forzen_inference_graph.pb" please, I tryied around but I could not find it!!! thank you in advance

    • @daphne4084
      @daphne4084 Рік тому

      did you find it ?

  • @daphne4084
    @daphne4084 Рік тому

    from where we can get the file "forzen_inference_graph.pb" actually other files are available on GitHub but ı couldn't find this one

  • @sherafati
    @sherafati 3 роки тому

    Hey, do we need to compile opencv with CUDA support beforehands?