Course: Interactive Map using Computer Vision

Sdílet
Vložit
  • čas přidán 7. 05. 2024
  • 🚀🚀 My Urdu/Hindi AI CZcams Channel 🚀🚀
    / @murtazahassan01
    Downlaod files and Code:
    www.computervision.zone/cours...
    Premium Courses:
    ✔️ Computer Vision Web Development:
    bit.ly/3EmdhNB
    ✔️ Computer Vision Game Development Course:
    bit.ly/3ttLZ2s
    ✔️ Computer Vision with Arduino Course:
    bit.ly/3wzLB4m
    ✔️ Advanced Drone Programming Course:
    bit.ly/3qs3v5g
    ✔️ Learn to Build Computer Vision Mobile Apps:
    bit.ly/3uioY1J
    ✔️ Jetson Nano Premium Course:
    bit.ly/3L8uIlF
    ⚙️⚙️⚙️--My Gear - ⚙️⚙️⚙️
    👉 Complete Gear 💈: www.computervision.zone/tech-...
    👉 My PC Specs 🖥️: www.computervision.zone/tech-...
    👉 My Video Shooting Gear📽️ : www.computervision.zone/tech-...
    👉 My Laptops 💻: www.computervision.zone/tech-...
    👉 Educational Products🧑‍🎓: www.computervision.zone/tech-...
    👉 CZcams Starter Kit 🔴: www.computervision.zone/tech-...
    Follow Me:
    TikTok: bit.ly/3Vo76OQ
    Facebook Group: bit.ly/3irDcb7
    Discord: bit.ly/3JvyxAM
    Facebook Page: bit.ly/3IvpU7W
    Instagram: bit.ly/3NdGME3
    Website: bit.ly/3ICFTS0
    GitHub: bit.ly/3woU6PS
    #ComputerVision
    #OpenCV
    #CVZone
    Time Stamps:
    00:00 Introduction
    00:42 Overview
    04:20 Installations
    09:20 Step 1 - Corner Points
    20:50 Step 2 - Create Country Polygons
    44:32 Project 1 - Country Name
    01:03:46 Project 2 - Flight Time
    01:18:42 Project 3 - Q&A Game

Komentáře • 34

  • @NoraForYou
    @NoraForYou Před 4 měsíci +1

    this is absolute goldddd for anyone looking for projects for their resume!

  • @stefaandewulf7528
    @stefaandewulf7528 Před 2 měsíci

    top notch tutorials and very creative content. very inspiring, keep going 🤘

  • @endsemister
    @endsemister Před 4 měsíci

    nice...🤩🤩

  • @ElluscientTechnologySolutions

    Hello, just wanted to say I reall love your tutorials! You are one of the best teachers!! Thank you and keep the videos coming!!

  • @ahmadishaq703
    @ahmadishaq703 Před 4 měsíci +4

    Now a days this channel is my best place i am teaching to my fiancee ❤ as well. She is really inspired ✨️ 😊😊

    • @murtazasworkshop
      @murtazasworkshop  Před 4 měsíci +1

      Glad to have you both onboard.

    • @ahmadishaq703
      @ahmadishaq703 Před 4 měsíci

      @murtazasworkshop Thank you 😊 Sir, inshaAllah we are planning to launch a business based on only these free lectures 😀. In case of success I will manage to buy the paid courses.

  • @tipsstudio6807
    @tipsstudio6807 Před 4 měsíci

    Hello, can you make a tutorial on multi camera multi person tracking based on occupancy maps ?

  • @DivyanshDixit-gg5qh
    @DivyanshDixit-gg5qh Před 9 dny

    Hi Murtaza,
    It is great following your tutorials.
    I have a query that Jupyter Notebook is showing the error "frame not found" when i was trying to capture the image of the map. I have tried different ways to solve it. Can you please clear it out for me?
    Thanks
    I have used these codes as well:
    # Create a VideoCapture object
    cap = cv2.VideoCapture(0) # You can replace 0 with the camera ID you want to use
    # Check if the camera is opened successfully
    if not cap.isOpened():
    print("Error: Could not open camera.")
    else:
    # Read and display frames from the camera
    while True:
    # Capture frame-by-frame
    ret, frame = cap.read()
    # Check if frame is captured successfully
    if not ret:
    print("Error: Frame not captured")
    break
    # Display the frame
    cv2.imshow("Original Image", frame)
    # Wait for a key press
    if cv2.waitKey(1) & 0xFF == ord('q'):
    break
    # Release Resources
    cap.release()
    cv2.destroyAllWindows()

  • @funwithms7693
    @funwithms7693 Před 3 měsíci

    Sir you are from Pakistan muje laga hi nhi labi ap k channel or contant se love from Europe

  • @arielshadrac1778
    @arielshadrac1778 Před 4 měsíci

    🔥🔥

  • @user-cm2sr1dc9p
    @user-cm2sr1dc9p Před 4 měsíci

    Great thanks for your time ☺️

    • @user-cm2sr1dc9p
      @user-cm2sr1dc9p Před 4 měsíci

      Could you make aircraft detection when it moved on the air 👍

  • @gospelsong7
    @gospelsong7 Před 4 měsíci +1

    Your works are eccelent.
    I am working on a final project on amharic word to amharic sign language translator app, I need you to guide me, thanks

  • @some_one_else
    @some_one_else Před 4 měsíci +2

    Why not detect the outer rectangle instead of doing the first step?

  • @user-im9fi5ee4i
    @user-im9fi5ee4i Před 4 měsíci

    Hello and thank you for great tutorials) I have a question. Why we didn't create named window and add mouse callback once instead of adding it again and again in while loop?

  • @syarif_hidayatullah
    @syarif_hidayatullah Před 4 měsíci +1

    ❤❤

  • @Userabs
    @Userabs Před 20 dny

    please, how can I create interactive mall map that can through it, determine more than one store, and it gives me the shortest path to pass through all the stores selected. thanks.

  • @CN_CHUZA
    @CN_CHUZA Před 4 měsíci

    Murtaza bhai kahan se Computer vision ma Apna Degree ki ha😍❤️, Best teacher Ever

    • @murtazasworkshop
      @murtazasworkshop  Před 4 měsíci

      Thanks. Did Robotics Engineering from Bristol University

  • @R...Raj_Kumar
    @R...Raj_Kumar Před 4 měsíci +2

    Question - Will I Be able to publish Research Paper?

    • @ahmadishaq703
      @ahmadishaq703 Před 4 měsíci +1

      Maybe if you can more data and do some training 😊

  • @qamarulislam9391
    @qamarulislam9391 Před 4 měsíci

    Learning from him since 2021 first time i am commenting love this projwct ❤❤

  • @nithinmanivannan924
    @nithinmanivannan924 Před 4 měsíci +1

    I am getting a watermark from the Iruin Webcam, have you bought the pro version?

    • @murtazasworkshop
      @murtazasworkshop  Před 4 měsíci

      I used the free version as well. The logo disappears after a second or two.

  • @dreamlit8500
    @dreamlit8500 Před 4 měsíci

    is the smart city project ready?

  • @PedapudiLakshmiPranitha

    Sir, I'm unable to create the countries.p file it is this error👇👇
    Traceback (most recent call last):
    File "C:\Users\PRANITHA\PycharmProjects\Interactive_Map\pythonProject\Step2_Get_Country_Polygons\get_countries.py", line 58, in
    file_obj = open(countries_file_path, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: 'countries.p'
    Could you please help me clear this error

  • @otkurbeck4795
    @otkurbeck4795 Před 4 měsíci

    sir map.p file send me please