Object Detection with Faster R-CNN and PyTorch

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

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

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

    Nice brother. How can I train my own model with custom dataset using FASTER RCNN?

    • @tech_watt
      @tech_watt  6 месяцев назад +2

      I will make a tutorial about that soon

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

      @@tech_watt i wait sir

  • @RichardMensah-fp8tw
    @RichardMensah-fp8tw 5 месяцев назад +1

    Thank you for making the understanding of this model simpler. Please can it be retrained for only face detection?

    • @tech_watt
      @tech_watt  5 месяцев назад +1

      You can train a custom face detector with it but I think there are a lot of existing face detection models out there. I have tutorials on face detection as well check it out

  • @lesmathsparexemplesatoukou3454
    @lesmathsparexemplesatoukou3454 5 месяцев назад +1

    amazing work, Thanks

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

    Well done👍

  • @KhoaNguyen-bo6zy
    @KhoaNguyen-bo6zy 4 месяца назад +1

    Thank you for your great video, but I want to detect police human from the photo (dataset), do you have any suggestions or classes I need to use to detect?

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

      If there’s a class you want to detect that’s is not in the coco datasets, then you have to fine tune your custom model for that

    • @KhoaNguyen-bo6zy
      @KhoaNguyen-bo6zy 4 месяца назад

      @@tech_watt but I'm new, could you please assist me further, maybe via email?

    • @KhoaNguyen-bo6zy
      @KhoaNguyen-bo6zy 4 месяца назад

      @@tech_watt but I'm new, could you please assist me further, maybe via email?

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

    Good job man

  • @KhoaNguyen-bo6zy
    @KhoaNguyen-bo6zy 4 месяца назад +1

    hello , after I run the command "pip install -r requirements.txt"
    It reported success, but when I run the main program there is an error like this
    "Traceback (most recent call last):
    File "C:\Users
    guye\PycharmProjects\objectdetection\Faster-RCNN-PYTORCH-main\main.py", line 1, in
    import torch
    ModuleNotFoundError: No module named 'torch'"

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

      Check if torch is in the requirements file. If not add torch and reinstall the package again

    • @KhoaNguyen-bo6zy
      @KhoaNguyen-bo6zy 4 месяца назад

      @@tech_watt Please check my email so I can send you specific images directly, looking forward to your cooperation.

  • @KhoaNguyen-bo6zy
    @KhoaNguyen-bo6zy 4 месяца назад +1

    In the requirements file there are these:
    torch
    torchvision
    opencv-python
    cvzone
    Is it correct?

    • @tech_watt
      @tech_watt  4 месяца назад +1

      Yes then I guess you’re installing the packages in a wrong virtual environment. Activate your virtual environment and install it at the environment you’re running the code

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

    Honestly this detectors are very accurate than all the YOLO models but they have a higher latency.