Tensorflow Object Detection

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 42

  • @PraneethBiddika
    @PraneethBiddika Год назад +4

    I cant find the label_map.pbtxtx in helmet detection drive.

  • @technoredox
    @technoredox 28 дней назад

    can you give me the link ipynb file of model

  • @adha659
    @adha659 Год назад +1

    (helmet_detection) C:\Users\LENOVO\OneDrive\Desktop\helmet_detection\models
    esearch>python object_detection_camera.py
    Traceback (most recent call last):
    File "C:\Users\LENOVO\OneDrive\Desktop\helmet_detection\models
    esearch\object_detection_camera.py", line 2, in
    tf.enable_eager_execution()
    AttributeError: module 'tensorflow' has no attribute 'enable_eager_execution'

    • @adha659
      @adha659 Год назад

      help me please :)

  • @abhishekraut-bf8uc
    @abhishekraut-bf8uc Год назад

    hey does any one have that lable_map.pbtxt file then plzz share

    • @onuroktay6200
      @onuroktay6200 Год назад

      It's in train folder
      Link : drive.google.com/drive/u/0/folders/1-Q9qSY79lWyElH1iLkfanRmdH097tZbc

  • @ernestocamara9880
    @ernestocamara9880 2 года назад

    Good job Prabhat Ale! very detailed explanations. At some point I would like to implement it in an industrial plant. Thank you very much.

  • @Krishandhini
    @Krishandhini Год назад

    Hello sir
    How to change dataset images in this project?

  • @skylab977
    @skylab977 11 месяцев назад

    is possible to write the output on a file or other way?

  • @rammohan5479
    @rammohan5479 2 года назад

    i am having an error "(helmet_detection) C:\Users
    am10\Desktop\helmet detection\models
    esearch>protoc object_detection/protos/*.proto --python_out=.
    'protoc' is not recognized as an internal or external command,
    operable program or batch file."
    pls reply

    • @HorrorSatya
      @HorrorSatya 2 года назад +2

      conda install protobuf use this command and download it then try

    • @chopinho
      @chopinho Год назад

      @@HorrorSatya Thanks man

  • @ferturriate6100
    @ferturriate6100 2 года назад

    Hey thanks for the video. I have a question ¿How do i get the comand "protoc"?

  • @paranjayniroula6008
    @paranjayniroula6008 2 года назад +1

    Mine doesn't work. Can you help me?

    • @adha659
      @adha659 Год назад

      @@raviranjan_26 help me please, sir
      (helmet_detection) C:\Users\LENOVO\OneDrive\Desktop\helmet_detection\models
      esearch>python object_detection_camera.py
      Traceback (most recent call last):
      File "C:\Users\LENOVO\OneDrive\Desktop\helmet_detection\models
      esearch\object_detection_camera.py", line 2, in
      tf.enable_eager_execution()
      AttributeError: module 'tensorflow' has no attribute 'enable_eager_execution'

    • @anhtrungle9796
      @anhtrungle9796 Год назад

      @@raviranjan_26 do u have label map

  • @magic.pencil2.0
    @magic.pencil2.0 Год назад

    Hello sir
    How we can calculate accuracy of it

  • @satyajitsahu4213
    @satyajitsahu4213 2 года назад

    After completing all the process as mentioned, It is taking more time showing
    ssd_mobilenet_v2_coco_2018_03_29\saved_model
    What should I do, wait for what?

  • @mohamedrabee243
    @mohamedrabee243 3 года назад

    thank you for the video, but how to use to make an android app that detect and count objects from uploaded images

  • @karthikchintu1878
    @karthikchintu1878 2 года назад

    Documentation

  • @dennisasamoah2213
    @dennisasamoah2213 3 года назад +1

    thank you

  • @rahulgaud4340
    @rahulgaud4340 Год назад

    wonderful

  • @karthikchintu1878
    @karthikchintu1878 2 года назад

    project report?

  • @avinashmagar642
    @avinashmagar642 2 года назад

    protobuf required for mac

  • @vimalv5108
    @vimalv5108 2 года назад +1

    thanks because of u i have completed my project

    • @paranjayniroula6008
      @paranjayniroula6008 2 года назад +1

      Can you please help me complete mine.

    • @adha659
      @adha659 Год назад

      @@raviranjan_26 help me sir i have error like this:
      (helmet_detection) C:\Users\LENOVO\OneDrive\Desktop\helmet_detection\models
      esearch>python object_detection_camera.py
      Traceback (most recent call last):
      File "C:\Users\LENOVO\OneDrive\Desktop\helmet_detection\models
      esearch\object_detection_camera.py", line 2, in
      tf.enable_eager_execution()
      AttributeError: module 'tensorflow' has no attribute 'enable_eager_execution'

    • @nishadcp2673
      @nishadcp2673 Год назад

      @@adha659 open objects_detection_camera file in visual studio, then delete the code tf.enable_eager_execution

    • @abhishekraut-bf8uc
      @abhishekraut-bf8uc Год назад

      heyyy that lable_map.pbtxt file plzz

    • @abhishekraut-bf8uc
      @abhishekraut-bf8uc Год назад

      @@raviranjan_26 hello sir im not able to find that label_map.pbtxt file can you please share that one

  • @andykawahyus
    @andykawahyus 2 года назад +1

    Sir, may i ask you about setup file and i have error 'Failed builing wheel for pycocotools'. Any suggestion to solve that?

    • @chopinho
      @chopinho Год назад +1

      first, run this "conda install -c conda-forge pycocotools" and then this one "conda install -c esri pycocotools" and this one "python -m pip install ."

  • @padepokantapakmerigering98
    @padepokantapakmerigering98 Год назад

    Please help. Can't find "label_map.pbtxt" in helmet_dataset

  • @pembimbing2691
    @pembimbing2691 2 года назад

    Hey, i have question. What if when i want to do clone step, "git is not recognized as an internal or external command" ?

    • @prabhatale1135
      @prabhatale1135  2 года назад

      Please install git in your workspace first...Search and install its an easy process.