DETECTRON2 PointRend Tutorial | Accurate Instance Segmentation via Rendering

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

КОМЕНТАРІ • 24

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

    ► My Other Tutorials:
    Detectron2 Complete Tutorial
    ua-cam.com/video/Pb3opEFP94U/v-deo.html
    Colorize Black and White Images and Videos using Python OpenCV
    ua-cam.com/video/EZWHAd0IH1M/v-deo.html
    Build and Install OpenCV 4.5.1 With CUDA GPU Support on Windows 10
    ua-cam.com/video/YsmhKar8oOc/v-deo.html
    Face Detection Using OpenCV Python with CUDA GPU Acceleration
    ua-cam.com/video/GXcy7Di1oys/v-deo.html
    YOLOv4 On Android Using TFLite
    ua-cam.com/video/YzAjAS6Os8c/v-deo.html
    Install TensorFlow GPU Under 90 Seconds
    ua-cam.com/video/toJe8ZbFhEc/v-deo.html
    Install PyTorch GPU Under 90 Seconds
    ua-cam.com/video/raBkhUoeOHs/v-deo.html
    Custom YOLOv4 Object Detection with TensorFlow and TFLite
    ua-cam.com/video/vzTCJM18uoM/v-deo.html
    Darknet YOLOv4 Custom Object Detection: Part 2 (Training YOLOv4 Darknet)
    ua-cam.com/video/-NEB5P-SLi0/v-deo.html
    Darknet YOLOv4 Custom Object Detection: Part 1 (Preparing Custom Dataset)
    ua-cam.com/video/sKDysNtnhJ4/v-deo.html
    YOLOv4 Object Detection with TensorFlow, TFLite and TensorRT
    ua-cam.com/video/tCmC7nyfJp8/v-deo.html
    Darknet YOLOv4 Object Detection for Windows 10 on Images, Videos, and Webcams
    ua-cam.com/video/FE2GBeKuqpc/v-deo.html
    Real Time Object Detection on Webcam and Videos Using OpenCV With YOLOv3 and YOLOv4 | Windows Linux
    ua-cam.com/video/FjyF03uawsA/v-deo.html
    Build and Install OpenCV 4.4.0 with CUDA (GPU) Support on Windows 10
    ua-cam.com/video/tjXkW0-4gME/v-deo.html
    Install TensorFlow GPU and PyTorch with CUDA on Windows 10 Anaconda | CUDA 10.1 cuDNN 7.6
    ua-cam.com/video/PlW9zAg4cx8/v-deo.html
    Real-time Multiple Object Tracking with YOLOv4 TensorFlow and Deep Sort | Linux, Windows
    ua-cam.com/video/GagII5PAeKg/v-deo.html

  • @geonovelty
    @geonovelty 3 роки тому +3

    Good job ! Please make a video mentioning tools to label , train, predict a custom dataset

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

      Detectron2 for the custom dataset is planned for the end of this month.

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

      @@TheCodingBug Hi that video unfortunately does not work for PointRend. Able to make a video on how to do it for PointRend and Deeplab? I'm trying to do semantic segmentation on custom datasets.

    • @TheCodingBug
      @TheCodingBug  2 роки тому +1

      @@coder5199 yes sure. DeeplabV3+ is the latest version I guess. I'll make a video on that next week.

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

      @@TheCodingBug Wow thanks for the quick reply. Looking forward to that! Include PointRend as well for comparison! Immediate subscribed to your channel!

  • @GauravSharma-ui4yd
    @GauravSharma-ui4yd 3 роки тому

    Awesome👍👍👍. Kindly make a video on efficientdet for detection as well.

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

    Great job!

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

    I need to save out a black and white image based on the image segmentation, So for example only people. Thanks.

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

    Kindly make a detail video on instance segmentation of custom dataset using google colab

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

    Nicely explained, are you going to do custom datasets ?

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

      Yes. I've not been working since couple of months due to health reasons. But I'll be back from next week.

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

    amazing tutorial..i wanted to know how to do this from a long time ago..it would be nice if you make a video about how to train the detectrone 2

    • @TheCodingBug
      @TheCodingBug  2 роки тому +1

      It's already uploaded. ua-cam.com/video/GoItxr16ae8/v-deo.html

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

      @@TheCodingBug thank you

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

    how to use these files on google colab for instance segmentation of custom dataset

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

      The video for colab is scheduled for the next week.

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

    This just does not work on my end for some reason. The error always comes out to be: Traceback (most recent call last):
    File "/Users/harshshah/Documents/VisualStudioCode/Python/project/main.py", line 3, in
    detector = Detector(model_type="PR")
    File "/Users/harshshah/Documents/VisualStudioCode/Python/project/detetor.py", line 22, in __init__
    self.cfg.merge_from_file("detectron2_repo/projects/PointRend/configs/InstanceSegmentation/pointrend_rcnn_R_50_FPN_3x_coco.yaml")
    File "/Users/harshshah/anaconda3/envs/detectron2/lib/python3.8/site-packages/detectron2/config/config.py", line 45, in merge_from_file
    assert PathManager.isfile(cfg_filename), f"Config file '{cfg_filename}' does not exist!"
    AssertionError: Config file 'detectron2_repo/projects/PointRend/configs/InstanceSegmentation/pointrend_rcnn_R_50_FPN_3x_coco.yaml' does not exist!

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

    Sir, why my command prompt showing (base) C:\>C:\darknet\darknet-master\build\darknet\x64>darknet.exe detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights
    Access is denied. pls help me

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

      Run prompt as administrator

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

      @@TheCodingBug CUDA-version: 11040 (11040), cuDNN: 8.2.2, GPU count: 1
      OpenCV version: 4.5.3
      Not an option: demo sir pls help me
      There isn't such command: data/obj.data
      (base) C:\darknet\darknet-master\build\darknet\x64>darknet.exe detector data/obj.data cfg/yolov4-obj.cfg backup/yolov4-obj_last.weights -c 1
      CUDA-version: 11040 (11040), cuDNN: 8.2.2, GPU count: 1
      OpenCV version: 4.5.3
      There isn't such command: data/obj.data
      pls sir help me what should i do pls pls