Object Detection using OpenCV | Python | Tutorial for beginners 2020

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

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

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

    No one on you tube do this project for biggener level
    , but you did in perfect manner Sir
    Thank you So much Sir.

  • @weixinteh7075
    @weixinteh7075 3 года назад +45

    This is the most selfless video for object detection have every seen! the steps by steps provided clearly and most important WORKING! it is really helpful for a beginner like me. Thanks author!! You save my life!

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

      Hi it's only detecting person even if it is a car in VideoCapture .it's all good in img detection but the only problem is video object detection. could you please share your code if you've done it

    • @BruceWayne-xq7bb
      @BruceWayne-xq7bb 2 года назад

      bro, can u give the graph of deep learning architecture? u did not provide that link

    • @SOHANIARYAN
      @SOHANIARYAN 4 месяца назад

      ​@@TOI700e13hii can you help me with the project

  • @SteelersFans99
    @SteelersFans99 3 года назад +15

    Fixed the problem with the bounding boxes:
    Replace “img” with “frame” in:
    cv2.rectangle(img,boxes,(255, 0, 0), 2)
    cv2.putText(img,classLabels[ClassInd-1] ......., thickness=1)
    Now it should work and display bounding boxes in the video!
    Great video! Very helpful!

    • @BruceWayne-xq7bb
      @BruceWayne-xq7bb 2 года назад

      Hey, im getting 'name cv2 is not defined' . How to correct the error

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

      @@BruceWayne-xq7bb if you are getting error like module not found try to check if opencv is installed or not then just try this in cmd (pip install opencv-python)

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

      @@kanawadeatharva7705 hey bro you got the code in this video?

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

      @@mohammedazzan7529 yeah!!!

    • @deepibalachandran9956
      @deepibalachandran9956 6 месяцев назад

      @@kanawadeatharva7705 SEND CODE FOR THIS SIR

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

    YOU SAVED ME ALOT ON MY FINAL YEAR PROJECT

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

      Hi ma'am.i also stuck in last stage. Attribute error :tuple not have attributes flatten. Plz help .its also my final year project

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

      hello can you send me the code please?

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

    I need to put together a script that copies images containing only certain objects. I tried looking for tutorials, but all of them are hellbent on teaching people how to train AI to tell apart dogs and fish. All I needed was to be spoonfed on how to use a pre-made model.
    Thank you so much.

  • @sudeep003gowda
    @sudeep003gowda 3 года назад +2

    You explained it very well. You made my day . I am so happy that I had learnt something new.

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

    TNice tutorials is exactly what I needed to understand the UI. Great tutorial!

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

    The best explained video for object detection I've encountered so far!! Keep it up Bro

  • @md.sahilansari5596
    @md.sahilansari5596 Год назад

    Really that details hits different

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

    Thank you for the expertly presented tutorial and demonstration.

  • @nasim3269
    @nasim3269 4 года назад +1

    Thank you very much sir, this was just the perfect introduction t actually implementing computer vision!

  • @TinaSkinder
    @TinaSkinder Месяц назад

    Please, when i type cv2.cnn ( i follow your instruction : keep Tab but it has not showed the options as yours ?) Can you help me ?

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

    my friend it was a very good video👌😀

  • @top5-m7c6h
    @top5-m7c6h Год назад +1

    Thank you so much sir from the bottom of my heart 💖.......it helped me a lot in my project

    • @shaiksubhan245
      @shaiksubhan245 3 месяца назад

      Have u get graph file.. If u have it plz provide the link

  • @sangeetagarg239
    @sangeetagarg239 4 года назад +4

    great job, Could you please teach me how a new dataset is labelled and implementation of all the approaches of object detection. As I am new to this area. I liked the way you described.

  • @mohanbansal959
    @mohanbansal959 3 года назад +6

    Nice video, Everything is very clear. Only one doubt, how can we export the frozen inference graph? It would be better if you share the link for the frozen inference graph file. Thanks

  • @Raini41
    @Raini41 4 года назад

    the best video so far and help me a lot. thank you.

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

    I don't find the frozen_inference_graph.pd here in the link after downloading,would you please share

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

    Simple. And clear tuto thank you so much

  • @pranavgupta9015
    @pranavgupta9015 3 года назад +5

    Hi, sir I really appreciate your detailed explanation and it's very easy to understand, there is a mismatch in labels and the pre-trained model. It took me some time but while classifying the images the model predicts the label 'fire hydrant' at position 11 and 'stop sign' at position 13, whereas in the labels list the 'stop sign' comes just after the 'fire hydrant'.
    How can we solve this problem?

  • @AlexandraGriffin-w4n
    @AlexandraGriffin-w4n Год назад +1

    For importing a video, I keep getting an error seen below.
    error: OpenCV(4.7.0) /Users/xperience/GHA-OCV-Python/_work/opencv-python/opencv-python/opencv/modules/imgproc/src/resize.cpp:4062: error: (-215:Assertion failed) !ssize.empty() in function 'resize'
    I am not really sure how to fix it and I was hoping somebody might have some insight for me.

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

    Have just finished this. Thanks very much for making it. Have liked and subscribed!

    • @bhoomikamj7887
      @bhoomikamj7887 6 месяцев назад +1

      Heyyy..i didn't find frozen_inference_graph.pd after downloading the config file...can you please help!

    • @sreeja2167
      @sreeja2167 4 месяца назад

      @@bhoomikamj7887 Heyyy.. I also didn't find frozen_inference_graph.pd after downloading the config file...can you please help

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

    Amazing video. Great job

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

    Nice video man ,I liked it

  • @macharlajagapatibabu2654
    @macharlajagapatibabu2654 5 месяцев назад

    good explanation sir thank you soo much❤

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

    Sir i cant find that particular stock footage that you used ,can you link it here.

  • @sethatevybong6750
    @sethatevybong6750 4 года назад +3

    can you recheck the link of the configuration file? I'm unable to download the frozen model. When I download it only gives the .pbtxt file

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

      Thank you so much for your interest, and sorry for being late in replying.
      I double-check the link. and of course it is a .pbtxt file, Trust me, go for it, it will work as in the video.
      github.com/opencv/opencv/wiki/TensorFlow-Object-Detection-API
      above is the link
      In the middle, you will find a table, please select this model as shown in the video
      MobileNet-SSD v3 (see #16760) 2020_01_14 weights config
      weights => pretrained model
      config=> config file
      I hope I have answered your question, feel free to ask anything in case you find any kind of difficulties. Stay blessed.

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

      @@deeplearning_by_phdscholar6925 Same problem, When I extracted that file it has only .pbtxt file

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

      Hey !
      Even I am unable to download the frozen model.
      How did you do it?
      Pls guide me.

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

      @@asfiyajabeen1965 I don;t know it too :(

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

    hello sir. i have problem importing cv2. it shows TypeError: 'numpy._DTypeMeta' object is not subscriptable. how to fix this?

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

    The Labels didnt show up for me. Part of tutorial is 16:08

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

    i got this error : returned a result with an error set ...what should i do ?

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

    Thanks for teaching such complicated concept in simple words. Kindly guide me if we can integrate hardware like LED etc to such projects after detecting a specific object in real time.

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

    How can I download the file at 11:18 ? I can't get the website and download the file. Thank you.

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

      Thank you for your interest, there might be some problem with the link so I have uploaded the frozen_interference_graph.pb separately, please use the link to download it. Thank you. drive.google.com/file/d/19seKEz-HYBkY_4DZV9ieu4gxgOnPxqhs/view?usp=sharing
      github.com/opencv/opencv/wiki/TensorFlow-Object-Detection-API
      Original Link

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

    Hello sir, thank you so much for this informative video, I was running the same code on my laptop, with all dependencies installed, in the last code segment I’m getting the error
    cv2.imshow(“Object Detection Tutorial”,frame)
    Invalid syntax
    I have rechecked the code multiple times and have also run the above code . Could you please help me with the solution

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

      Same, I am doing it in colab. Did you find the solution?

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

    given it's now 2022, would you suggest a different model that we should use? is this one outdated? or still the same one is good?

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

    Amazing tutorial.Thanks Mate

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

    Hi I am not able to download the weights document
    from GitHUB. Pls Help

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

      Thank you for your interest, there might be some problem with the link so I have uploaded the frozen_interference_graph.pb separately, please use the link to download it. Thank you. drive.google.com/file/d/19seKEz-HYBkY_4DZV9ieu4gxgOnPxqhs/view?usp=sharing
      github.com/opencv/opencv/wiki/TensorFlow-Object-Detection-API
      Original Link

  • @dipanshujoshi2397
    @dipanshujoshi2397 4 месяца назад

    what data set did you used for this project

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

    hey I'm facing an error in thershold in video how could i solve it can you tell me?

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

    Great video

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

    Thank you brother finding for three days how the objects detection works but none of them explain me as you 🫡

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

      I'm trying but the model not able to detect the objects?? Did it worked fine for you?????

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

      @@ziaualhassain ya it worked for me

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

      @@ziaualhassain at where are you getting error

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

      @@vrishimeshram6323 In the video part I’m getting an error in this line
      * ClassIndex, confidece, bbox=model.detect(frame,confThreshold=0.55) *
      And also the object detection is not accurate for eg. when I’m placing a mobile in front of webcam it is identifying it as a scissor

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

      @@ziaualhassain bro try creating new jupyter notebook mine also get error at declaring model , it getting error that it is failed but when i try new will worked on

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

    Thank you so much, explained everything very well........... i have worked on my own video and its working very nicely.

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

      how do i calculate the accuracy of prediction of our object detection.

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

      i have also calculated the confidence............by which it shows like for "person "-70%....if i want to do more analysis then what can i do and how to do that

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

      Can u share the link of the frozen model

    • @BruceWayne-xq7bb
      @BruceWayne-xq7bb 2 года назад

      @@pudinanno bro can u shar link of the frozen model

  • @sushmanaik2228
    @sushmanaik2228 3 года назад +3

    font_scale=3
    2 font=cv2.FONT_HERSHEY_PLAIN
    ----> 3 for ClassInd, conf, boxes in zip(ClassIndex.flatten(), confidece.flatten(), bbox):
    4 cv2.rectangle(img,boxes(255,0,0),2)
    5 cv2.putText(img,ClassLabels[ClassInd-1],(boxes[0]+10,boxes[1]+40),font,fontScale=font_scale,color=(0,255,0),thickness=3)
    NameError: name 'confidece' is not defined
    sir,iam getting name error.can you please tell how to solve this error.
    thank you sir

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

      you typed confidece in the zip loop you were meant to type confidence

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

      @@CodeHacker278ok.. thank you sir

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

      @@sushmanaik2228 your welcome

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

    Sir, webcam is not displaying the names please reply sir

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

    sir for video & webcam the code isn't working....... can you help?

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

    12:11 where link to download ssd sir

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

    the final video with all the boxes and names does not open up
    that is after typing the last code and pressing shift enter nothing happens.
    please help!!

  • @ichad6947
    @ichad6947 6 месяцев назад

    'cv2.dnn.Net' object has no attribute 'setInputSize'.
    can you help me?

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

    So informative, thanks a lot!

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

    if i use SSD-mobilenetv2 the above program does not work. Tell me where to read the commands for SSD-mobilenetv2

  • @Alpha-hj2ss
    @Alpha-hj2ss 3 года назад +1

    cv2.imshow('Object Detection Tutorial',frame) I got an error here. Does the quote name should be unique?

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

      you have to run the whole code with the config files

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

    I like your video.......

  • @adzaelani6463
    @adzaelani6463 3 года назад +3

    how to solve an error like this?
    error: OpenCV(4.5.1) C:\Users\appveyor\AppData\Local\Temp\1\pip-req-build-i1s8y2i1\opencv\modules\imgproc\src
    esize.cpp:4051: error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'

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

      Did you solve the problem? I have the same problem too.

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

    Thank you so much for your effort. Really helpful 👍🏽🙏🏼🙌🏽

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

    Nice work bro

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

    hey im unable to find "frozen_inference_graph.pb"

  • @ViralVideos.93
    @ViralVideos.93 2 года назад

    Sir in this project how we can add abnormalities part like if two persons are fighting or person is holding nife ,or we can say road accident then how we can show that

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

    When there is dog in image it showing horse (showing next name). What should I do please tell me

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

    SIr I am working on a project which is to detect cotton using OPENCV Res Pi, Sir as the cotton data set is not available, is it possible to use a google image of any cotton to detect our cotton ball using HSV? Please reply.

  • @dhakarpd4066
    @dhakarpd4066 4 года назад +1

    (-2:Unspecified error) Can't create layer "FeatureExtractor/MobilenetV3/Conv/BatchNorm/FusedBatchNormV3" of type "FusedBatchNormV3" in function 'cv::dnn::dnn4_v20190902::LayerData::getLayerInstance'
    can you suggest why this error is occuring in the line : ClassIndex, confidece, bbox = model.detect(img,confThreshold=0.5)

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

    Sir can you please tell us if we want to increase that Labels dataset i.e want to include more things than how we will do that

  • @albertbenedict
    @albertbenedict 4 года назад

    quick question, what if the frame and classes doesnt show in my video/webcam? is there anything that i can do to fix that?

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

    This is a great video i love it,
    but i have a question,
    can you teach me how to count how many person or car in the video? like i need a counters for data also

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

    Excellent...!

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

    its not working rn ....the github link given mobilenet 2020 v3

  • @shreyakumar8675
    @shreyakumar8675 8 месяцев назад

    How to convert this notebook to a tflite format for raspberry pi?

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

    In above code cv2.putText....thickness is not show properly in above video plz give me an explanation regarding that....

  • @RoksanaParvin-iu1uu
    @RoksanaParvin-iu1uu Год назад

    From where can I download the frozen_interface graph?

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

    can you please share the whole code which you just implemented on screen using JN? I will be glad.

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

    How to download the weights, the link provided is going to the code

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

    thanku for the wonderful explaination

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

    sir where can i find frozen interference graph pb

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

    why can't I download MobileNet-SSD v3 (see #16760) ?

  • @Aditya-os9or
    @Aditya-os9or Год назад +3

    Where is the frozen Interface grap file

  • @dr.rajeshsarkate6127
    @dr.rajeshsarkate6127 2 года назад

    Having problem with dnn_DetectionModel in CV2, No such attribute error

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

    sir how to change the data set and label in the same program

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

    Greate video However i have a small issue the following error comes when i try to run the video demo please help
    error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'

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

    sir can u help i have a reserch 1 then object detection is my study. but i dont have idea to do a object detection

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

    Sir, Do you help me. Actually I'm Forest Data-operator. Many capture images trapped camera for wild animals. Approx 15 lakhs. Folderwise automatically segregation and classify images. This method. Please tell me. How to work.

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

    Hi please advise what software packages kneed to me installed before beginning this tutorial?
    I keep getting a cv2 error when executing any commands

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

      you need to download python , pylab, and matplotlib

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

      @@adityatiwari2325 downloaded it, not getting another error

  • @rabirabail752
    @rabirabail752 4 года назад

    It's really helpful

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

    hi, I have problem in the last step
    cap =cv2.VedioCapture("vedio.mp4")
    it gives me error "module 'cv2' has no attribute 'VedioCapture'

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

      How did you import cv2..
      You may import it as cv...

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

      @@tjkarthik2 No i import as cv2. thanks for reply

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

      If you are still facing the issue..
      May be its because of your installation method...
      If you install the pkg using "pip install opencv-python" try with "pip install opencv-contrib-python"

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

      @@tjkarthik2 thanks problem is solved

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

    When I execute this line on jupyter notebook :- model = cv2.dnn_DetectionModel(frozen_model,config_file)
    I am getting the below error :-
    returned a result with an error set
    Please help me out!!

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

    thank you sir it very helpful for me

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

    How can you intergrate it to have a databasse of people??

  • @ShoaibKhan-ec6fh
    @ShoaibKhan-ec6fh 4 года назад

    help full👍👍

  • @thisararangika3494
    @thisararangika3494 8 месяцев назад

    hi sir, do you have any paper for this project?

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

    Thank you so much for this tutorial, it helped me a lot, I have a doubt, how do we know the values to set up the configuration

  • @ПетяПетрушин-ж6ь
    @ПетяПетрушин-ж6ь 3 года назад

    That's a nice video, but how can I do the same using cv2 but for custom dataset? Change the num of classes and make the model detect the ones I've set?

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

    very informative video and i learnt very much from this , if you could post more tutorials about deep learning and explainations will be helpful.

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

      hi could you tell like what changes i need to make if i want to add new class files such as chair , pen , phones etc . for the real time web cam detection?

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

    bro, your code not gives an accurate result. In fact, I have tried many different videos, but unfortunately it can't pic the accurate results. In many videos, it is bird as a cat, butterfly as a dog.
    Please solve this issue...

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

    Hi sir, 1) my real time video doesn't capture the whole video. Any ideas on how to get the whole video with detection instead of a screen where the video is only partially visible. 2) the video window doesnt disappear when I stop the jupyter program. I hope you can give us an update. Amazing video!

  • @davidaex-12
    @davidaex-12 Год назад

    I got an error for webcam one, any ideas?

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

    HI sir how we can get this code and data sets

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

    Thanks bro it work 👍🏻, (auto subscribe)

  • @spiderman-ws5ei
    @spiderman-ws5ei Год назад

    my error returned a result with an error set

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

    what a absolute legend!

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

      @@refrefwgwgwegew cap.set(3, width) and cap.set(4, height) whereas width and height is your preferred resolution

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

      @@refrefwgwgwegew No. cap.set(3, width) where width is a number and cap.set(4, height) where height is a number. Try cap.set(3, 512) and cap.set(4, 384)

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

    Hi...
    Thank you for the tutorial.. It's impressive. I have one question.
    Can we make the animation of moving objects a function of time? the program will run and continuous animation will run???
    Thank you

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

      @@heribertojuarez6046 Yes.. I make the animation of moving objects... Thank you very much..

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

    hhi. do you have a full tutorial of a helmet detection?

  • @wonderman2864
    @wonderman2864 3 года назад +3

    Hello Sir, first of all you did a very nice job with easy explanation! Now I found some errors while detecting objects in real-time mode. For instance, phone is detected as a sink, scissors and the chair as a toilet or some kind of staffs. So how can I improve the accuracy of object detection in real time mode? In my case, it is perfectly detecting the person only.
    Thank you in advance :)

  • @amberamir1334
    @amberamir1334 4 года назад

    Good job