Object Detection using PyTorch for images using Faster RCNN | PyTorch object detection in colab

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • In this video, we are going to implement Object Detection in PyTorch for images. For PyTorch Object Detection, we will be using the Faster RCNN algorithm and the code will be available on Github.
    PyTorch framework has excelled in tasks like object detection in Computer Vision and carrying on its legacy, we have one of the most famous Object Detection algorithms Faster RCNN. The video basically focuses on detecting objects in an image and this can easily be scaled to multiple images and even videos. We use the pretrained version of Faster RCNN meaning that there is no fine tuning involved. We also use OpenCV for making bounding boxes for the detections. The whole project is implemented in Google Colab without any GPU.
    Image:
    !wget 'images.cocodata...
    coco_names = ["person" , "bicycle" , "car" , "motorcycle" , "airplane" , "bus" , "train" , "truck" , "boat" , "traffic light" , "fire hydrant" , "street sign" , "stop sign" , "parking meter" , "bench" , "bird" , "cat" , "dog" , "horse" , "sheep" , "cow" , "elephant" , "bear" , "zebra" , "giraffe" , "hat" , "backpack" , "umbrella" , "shoe" , "eye glasses" , "handbag" , "tie" , "suitcase" ,
    "frisbee" , "skis" , "snowboard" , "sports ball" , "kite" , "baseball bat" ,
    "baseball glove" , "skateboard" , "surfboard" , "tennis racket" , "bottle" ,
    "plate" , "wine glass" , "cup" , "fork" , "knife" , "spoon" , "bowl" ,
    "banana" , "apple" , "sandwich" , "orange" , "broccoli" , "carrot" , "hot dog" ,
    "pizza" , "donut" , "cake" , "chair" , "couch" , "potted plant" , "bed" ,
    "mirror" , "dining table" , "window" , "desk" , "toilet" , "door" , "tv" ,
    "laptop" , "mouse" , "remote" , "keyboard" , "cell phone" , "microwave" ,
    "oven" , "toaster" , "sink" , "refrigerator" , "blender" , "book" ,
    "clock" , "vase" , "scissors" , "teddy bear" , "hair drier" , "toothbrush" , "hair brush"]

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

  • @abhishekkumarpandey1862
    @abhishekkumarpandey1862 Год назад +20

    It really very useful. Please tell me how to implement this on our custom dataset.

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

    Amazing ..Helped me alot for my assignment. thanks

  • @lscharan
    @lscharan Год назад +6

    Where can I find the code? Btw your explanation is too good.

  • @lintheshwarsakthivel1413
    @lintheshwarsakthivel1413 Год назад +2

    How to use this without the help of pre trained models?

  • @mohamedsahli9935
    @mohamedsahli9935 7 месяцев назад

    thank you

  • @user-ut2gp3ho1e
    @user-ut2gp3ho1e Год назад

    so clear and concise

  • @shinkevin3379
    @shinkevin3379 Год назад +2

    Can you also make a video on exporting this model into onnx format and run it on the onnx runtime please? My company asked me to implement it ASAP lol

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

    TYSM for your video!!! It worked perfectly

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

      Where did u find the code?

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

      @@lscharan I just followed his code on the video. Just follow along with it patiently and it will get you to the final point!

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

      @@shinkevin3379 I cant get the image , Link doesnt seem to open

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

    but sir when i train the model with own dataset then how can we do expect things?

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

    AttributeError: module 'torch' has no attribute 'argwhere'

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

    Is this trained on these classes only?

  • @Tahir_CanKozan
    @Tahir_CanKozan 9 месяцев назад

    Can I use my cnn model ?

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

    Sir i got Assertion error