3D Object Detection and Pose Estimation with Deep Learning in OpenCV Python

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024
  • Inside my school and program, I teach you my system to become an AI engineer or freelancer. Life-time access, personal help by me and I will show you exactly how I went from below average student to making $250/hr. Join the High Earner AI Career Program here 👉 www.nicolai-ni... (PRICES WILL INCREASE SOON)
    You will also get access to all the technical courses inside the program, also the ones I plan to make in the future! Check out the technical courses below 👇
    _____________________________________________________________
    If you enjoyed this video, be sure to press the 👍 button so that I know what content you guys like to see.
    _____________________________________________________________
    🛠️ Freelance Work: www.nicolai-ni...
    _____________________________________________________________
    💻💰🛠️ High Earner AI Career Program: www.nicolai-ni...
    ⚙️ Real-world AI Technical Courses: (www.nicos-scho...)
    📗 OpenCV GPU in Python: www.nicos-scho...
    📕 YOLOv7 Object Detection: www.nicos-scho...
    📒 Transformer & Segmentation: www.nicos-scho...
    📙 YOLOv8 Object Tracking: www.nicos-scho...
    📘 Research Paper Implementation: www.nicos-scho...
    📔 CustomGPT: www.nicos-scho...
    _____________________________________________________________
    📞 Connect with Me:
    🌳 linktr.ee/nico...
    🌍 My Website: www.nicolai-ni...
    🤖 GitHub: github.com/nic...
    👉 LinkedIn: / nicolaiai
    🐦 X/Twitter: / nielsencv_ai
    🌆 Instagram: / nicolaihoeirup
    _____________________________________________________________
    🎮 My Gear (Affiliate links):
    💻 Laptop: amzn.to/49LJkTW
    🖥️ Desktop PC:
    NVIDIA RTX 4090 24GB: amzn.to/3Uc7yAM
    Intel I9-14900K: amzn.to/3W4Z5Cb
    Motherboard: amzn.to/4aR6wBC
    32GB RAM: amzn.to/3Jt2XVR
    🖥️ Monitor: amzn.to/4aLP8hh
    🖱️ Mouse: amzn.to/3W501GH
    ⌨️ Keyboard: amzn.to/3xUGz5b
    🎙️ Microphone: amzn.to/3w1F1WK
    📷 Camera: amzn.to/4b4Ryr9
    _____________________________________________________________
    Tags:
    #ObjectDetection #PoseEstimation #DeepLearning

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

  • @NicolaiAI
    @NicolaiAI  Год назад +1

    Join My AI Career Program
    www.nicolai-nielsen.com/aicareer
    Enroll in My School and Technical Courses
    www.nicos-school.com

  • @8eck
    @8eck 2 года назад +4

    Would be cool to learn to calculate world coordinates, relative to the whole room. You have mentioned that in the video.

  • @mohammadhaadiakhter2869
    @mohammadhaadiakhter2869 9 месяцев назад +2

    Can you please tell me a procedure on how to train this on custom dataset?

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

    how to use the efficientPose for any objects?

  • @RohanPadalghare
    @RohanPadalghare Год назад +1

    Hi
    Thank you for this video it is really helpful.
    Can you make a video for object detection and pose estiamtion using reinforcement learning?

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

    hello may I ask why i am encountering this error Exception has occurred: ImportError
    DLL load failed: The specified module could not be found.
    File "C:\Users\EfficientPose\PoseEstimation3DObjectDetection\inference_webcam.py", line 1, in
    import cv2
    ImportError: DLL load failed: The specified module could not be found. even if I already imported opencv2

  • @8eck
    @8eck 2 года назад

    Actually that is even better, if we can project both this and point clouds in one space, that would be super cool!

  • @bakshivishal895
    @bakshivishal895 Год назад +1

    So, lets say if the object is placed very near to the camera. Does this effect the volume information that we are getting.

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

      Yeah the distance will effect it since the closer the bigger since it does not utilize 3d information

  • @waqarmughal4755
    @waqarmughal4755 11 месяцев назад +1

    in your git repository coco_label.txt is missing

  • @NeuralNetwork-go5zn
    @NeuralNetwork-go5zn Год назад

    hi, thank you so much for the tutorial, can i ask you how can i add a new object in detection?

  • @waqarmughal4755
    @waqarmughal4755 10 месяцев назад

    How can i get multiple objects' names and distances of it?

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

    Any idea how we can implement federated learning in this?

  • @GabrielEldose
    @GabrielEldose Год назад +1

    Which point is taken as reference for these 6dof parameters?

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

      The Cameras position

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

      @@NicolaiAI Can we change the reference to any point in image.

  • @8eck
    @8eck 2 года назад

    Wait wait wait... That thing is not actually doing any Deep CNN stuff? It is just estimating pose and put approximate, hardcoded size of 3d bounding box in place where 2D detection occured? Those hardcoded diameter parameters in the code confused me.
    I was thinking that it is actually based on point cloud and it actually knows which points are related to specific detection. Like detected cup cloud points etc. So that we could segment those.

  • @8eck
    @8eck 2 года назад +1

    Nice!

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

    is it possible for it too display the shape of the object and not a cube based on its size?

    • @sagar1526
      @sagar1526 2 месяца назад

      try using contouring or edge detection, opencv has those

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

    Thanks for sharing this. Do you have some performance estimations/results for edge devices, like RPI or Jetson Nano?

    • @neilyoung6671
      @neilyoung6671 Год назад +1

      Oh, I realized that you are not even the author of these scripts. Sorry for bother

  • @dhinesh4460
    @dhinesh4460 Год назад +1

    source code please

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

      Its on my GitHub

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

      I have go thoughed your github , can you please share the this particular source code for object detection

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

      @@dhinesh4460it’s not his project

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

      Yes it's seems that it is actually some ones else code, they even have a paper. He should have acknowledged the work a bit more with link to the github repo.