Implementation of Object Tracking Algorithm on ZYNQ Platform using High-Level Synthesis

Поделиться
HTML-код
  • Опубликовано: 19 авг 2024
  • Graduate Project Demonstration By Uzaif Sharif
    Department of Electrical and Computer Engineering
    California State University Northridge
    Project Chari: Dr. Shahnam Mirzaei Ph.D.
    "Implementation of Object Tracking Algorithm on ZYNQ Platform using High-Level Synthesis", a graduate project researched and developed by Uzaif Sharif.
    This project is based on an efficient ODHT algorithm and is developed for Real-Time Object Detection and Tracking of the circular object. The algorithm has the capability to detect some symmetrically shaped objects like a diamond. The algorithm is implemented on reconfigurable hardware using High-Level Synthesis for high-resolution video of size 1920x1080 30/60FPS.
    Developed Algorithm: Efficient One-Dimensional Hough Transform
    Platform: Digilent's Zybo APSO is used for the implementation.
    Tools used: Xilinx Vivado Design Suite, Vivado HLS, and Xilinx SDK

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

  • @mohamedbousselmi1951
    @mohamedbousselmi1951 5 лет назад +2

    great work

  • @user-tc9gn1zq4m
    @user-tc9gn1zq4m 2 года назад +1

    Good work

  • @paramveerteli
    @paramveerteli 3 года назад +1

    Great

  • @srikantachaitanya6561
    @srikantachaitanya6561 3 года назад +1

    Awesome ..dude

  • @burgerking220
    @burgerking220 4 года назад +1

    Very good Project! Any tips on how you got started? Not looking for code but just possible pointers.

    • @GetitQuickly
      @GetitQuickly  4 года назад

      Hi There,
      Start with Digilent examples if you are new to video processing stuff using SOC. Thanks!

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

    hey, I'm fairly impressed with your work! If you don't mind me asking, how did you manage to get the single IP block for the algorithm after synthesizing your code?

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

      Hey, thanks for your comment. I used HLS to get the IP and then I imported that IP in the Vivado IP repository so that's how I used my own IP in the pass-through video BD provided by Digilent. If you have any specific questions, then feel free to shoot me an email. Thanks!

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

      @@GetitQuickly what a guy! I’ll be sure to shoot you an email for sure
      Thanks for the response!

  • @DvuongDo
    @DvuongDo 2 года назад +1

    Thank you for sharing!
    I'm doing an object color detection project on Zybo Z7 (Z7-20), can you ask me a few questions?

    • @GetitQuickly
      @GetitQuickly  2 года назад

      Sorry for the delay. How can I help you?

  • @shinhen123
    @shinhen123 5 лет назад +1

    Could you guide me do this project? Help me please. Thank you

  • @cryppsomar8771
    @cryppsomar8771 6 лет назад

    Great Work !
    Can you give me Just the PDF of your Work ? Not the code

    • @GetitQuickly
      @GetitQuickly  5 лет назад

      link.springer.com/chapter/10.1007/978-3-319-78890-6_48

  • @vamshikrishnareddy7391
    @vamshikrishnareddy7391 2 года назад +1

    Can u plz send me ur report, algorithm included am doing this project could u plz help meee

    • @GetitQuickly
      @GetitQuickly  2 года назад

      Sorry for the delay. It was my research work and not allowed to share it. You may download it from SpringerLink

  • @shuvosarkar7069
    @shuvosarkar7069 6 лет назад +1

    Can I get the code?

    • @GetitQuickly
      @GetitQuickly  6 лет назад

      Unfortunately, I cannot share the code. It's my research work!

  • @m.bilalrasool7182
    @m.bilalrasool7182 4 года назад +1

    Great work sir,
    I am working on object tracking project, but Facing some issues, can you please give me your email, I need some guidance.

    • @GetitQuickly
      @GetitQuickly  4 года назад

      Hi Bilal,
      Please send your questions at studentdummy16@gmail.com.
      Thanks!

  • @kapacheuski
    @kapacheuski 6 лет назад

    Hello. How many times it take for you to implement and debug this code. Have you try to implement other types of tracking algorithms (TLD for example) ?

    • @GetitQuickly
      @GetitQuickly  5 лет назад

      It's my master's research work so I spent quite a few months. Nope! I didn't try another one. I developed my own algorithm and coded in HLS