element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Eye On Intelligence Challenge
  • Challenges & Projects
  • Design Challenges
  • Eye On Intelligence Challenge
  • More
  • Cancel
Eye On Intelligence Challenge
Blog Eye On Intelligence Challenge - a Birds-Eye view - Not Quite Final Blog
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Eye On Intelligence Challenge to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: rsc
  • Date Created: 19 Nov 2024 3:54 PM Date Created
  • Views 658 views
  • Likes 7 likes
  • Comments 5 comments
  • video processing
  • arty z7
  • xilinx
  • Eye on Intelligence Challenge
  • pynq
  • zynq-7000
Related
Recommended

Eye On Intelligence Challenge - a Birds-Eye view - Not Quite Final Blog

rsc
rsc
19 Nov 2024

I was in Rhode Island setting up equipment for a field experiment last week for work so I'm a little late with this project.  I'll summarize my progress, however, the project is not quite complete.

After several hours of trying to install various versions of TensorFlow on the original Pynq-Z1 3.0.1 image with Python 3.10 without success, I reverted to Pynq-Z1 2.7.0 with Python 3.8 and finally TensorFlow installed with all its dependencies.  Trying to start the Jupyter Lab Notebook failed and I'm still trying to figure that problem out.

So.....my hardware is partially installed in the box, the software kinda works on the PC but I haven't been able to run it on the Arty-Z7 yet because I haven't figured out how to get the Jupyter Notebook to run the iPython kernal.

I will continue to work to finish this project even though the deadline has passed and post the finished project when I get it done.

Congratulations to the contestants that finished.

  • Sign in to reply

Top Comments

  • vmate
    vmate 7 months ago +1
    Do you know which object recognition model you will use? Or is it something custom? If you need help with training, I have the hardware to do it quickly, and also the software environment already set up…
  • DAB
    DAB 7 months ago

    I hope you do finish the project.

    I was looking forward to seeing how well it does with real birds.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • rsc
    rsc 7 months ago in reply to embeddedguy

    Right now I think I have an issue with the ipython kernel.  I'm going to try and re-install it.  Jupyter lab will start, but the PC doesn't recognize the Arty board for some reason.  

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • rsc
    rsc 7 months ago in reply to vmate

    The model is working on the PC, but I'm still trying to get it to work on the Arty-Z7

    model = tf.keras.Sequential([
       tf.keras.layers.Rescaling(1./255),
       tf.keras.layers.Conv2D(32, 3, activation='relu'),
       tf.keras.layers.MaxPooling2D(),
       tf.keras.layers.Conv2D(32, 3, activation='relu'),
       tf.keras.layers.MaxPooling2D(),
       tf.keras.layers.Conv2D(32, 3, activation='relu'),
       tf.keras.layers.MaxPooling2D(),
       tf.keras.layers.Flatten(),
       tf.keras.layers.Dense(128, activation='relu'),
       tf.keras.layers.Dense(num_classes)
    ])

    Epoch 10/10
    4/4 ━━━━━━━━━━━━━━━━━━━━ 3s 589ms/step - accuracy: 0.8428 - loss: 0.5521 - val_accuracy: 0.6875 - val_loss: 0.7710
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • vmate
    vmate 7 months ago

    Do you know which object recognition model you will use? Or is it something custom?

    If you need help with training, I have the hardware to do it quickly, and also the software environment already set up, message me and I'll happily help.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • embeddedguy
    embeddedguy 7 months ago

    It's okay. If you want to try CV2 and YOLO it works well with PYNQ. Tensorflow and/or Pytorch may create dependency related problems..

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube