Yolo Vision Shenzhen
Shenzhen
Join now

Learn more about Ultralytics events and webinars

Learn more about upcoming events and webinars as we dive into the latest ideas and advancements in the field of vision AI.

Glenn Jocher presenting at Ultralytics YOLO Vision

Upcoming events

Conferences

Embedded Vision Summit

May 11 - 13
Santa Clara
Learn more
Meetups

Community Meetup: Shenzhen

May 14
Shenzhen
Learn more
Conferences

CVPR

June 5 - 7
Denver
Learn more
Ultralytics Live Sessions

Ultralytics Live Session 23: Pioneering innovation in Edge AI with Ultralytics and DEEPX!

May 27, 2026
6AM PDT / 3PM CEST
Learn more

Latest events by category

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Let’s build the future of AI together!

Begin your journey with the future of machine learning

tag) document.addEventListener("DOMContentLoaded", () => { // Get the element with the ID 'githubStars' const starsElement = document.getElementById("githubStarsButton"); if (starsElement) { // Get the current text content const rawNumber = starsElement.textContent.trim(); // Remove any existing formatting (commas, spaces, etc.) const cleanNumber = rawNumber.replace(/[,\s]/g, ""); // Convert to number and format with thousand separators const number = parseFloat(cleanNumber); if (!Number.isNaN(number)) { // Format the number with commas (e.g., 1000 -> 1,000) const formattedNumber = number.toLocaleString("en-US"); // Update the element with the formatted number starsElement.textContent = formattedNumber; } } // Handle responsive visibility for githubString const githubString = document.getElementById("githubString"); if (githubString) { function handleResize() { if (window.innerWidth < 1200) { githubString.style.display = "none"; } else { githubString.style.display = ""; } } // Run on load handleResize(); // Run on window resize window.addEventListener("resize", handleResize); } });