Calculate the Area of an object | with Mask R-CNN and Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

ความคิดเห็น • 14

  • @somusundram1823
    @somusundram1823 2 ปีที่แล้ว +6

    I achieved H x W x L (3D) calculation with IntelRealSense D4xx camera,combining opencv + math + mrcnn. Like you said before, a well trained model can give an accurate inference in a matter of +- 2cm tolerence!

    • @indianmanhere
      @indianmanhere ปีที่แล้ว

      can you send me your github link

  • @muddassarjilani4637
    @muddassarjilani4637 2 ปีที่แล้ว +2

    Great lesson, can we do it using detectron2, if possible kindly make a video, very thankful to you

  • @elifozcan9345
    @elifozcan9345 2 ปีที่แล้ว +3

    How can I calculate the region for irregular images? Like brain tumor detection?

  • @gplgomes
    @gplgomes 3 ปีที่แล้ว +4

    Other easier way is to train a classification of Legos type, since there are only a few. So the classification find the type and associate to its dimension.

  • @marco29616
    @marco29616 2 ปีที่แล้ว +1

    ¿if i want to see the class names what are the changes of the code i can do?

  • @waleedak6164
    @waleedak6164 2 ปีที่แล้ว +1

    How can i export the masks with their areas into a csv file?

  • @VinhNguyen-bc2yu
    @VinhNguyen-bc2yu 2 ปีที่แล้ว +1

    Can you make a video about realtime detection with colab?? I really need it

  • @lucastavares7767
    @lucastavares7767 3 ปีที่แล้ว +1

    Very good😃🇧🇷👏

  • @qaisadawi6144
    @qaisadawi6144 ปีที่แล้ว +1

    The code is not working now could you please help me?

  • @aymanlamzouri123
    @aymanlamzouri123 3 ปีที่แล้ว +1

    Can you do for us some excel python traitement courses

  • @izurzuhri
    @izurzuhri 2 ปีที่แล้ว +1

    please help i can't install on my notebook using google collab

  • @aaabeenav7
    @aaabeenav7 ปีที่แล้ว +3

    The code is very expensive. Please make it affordable. THanks

  • @guilhermematos2340
    @guilhermematos2340 2 ปีที่แล้ว

    Why not use simple segmentation? That is, using only image processing, instead of having to train a CNN model?