Yolo Vision Shenzhen
Shenzhen
Únete ahora

Más información sobre los eventos y seminarios web Ultralytics

Obtén más información sobre los próximos eventos y seminarios web, donde profundizaremos en las últimas ideas y avances en el campo de la visión artificial.

Glenn Jocher presenta en Ultralytics YOLO Vision

Próximos eventos

Conferencias

Cumbre sobre Visión Artificial Integrada

Del 11 al 13 de mayo
Santa Clara
Más información
Encuentros

Encuentro de la comunidad: Shenzhen

14 de mayo
Shenzhen
Más información
Conferencias

CVPR

Del 5 al 7 de junio
Denver
Más información
Sesiones en directo Ultralytics

Sesión Ultralytics n.º 23: ¡Innovación pionera en IA periférica con Ultralytics DEEPX!

27 de mayo de 2026
6:00 a. m. (hora del Pacífico) / 15:00 (hora central europea)
Más información

¡Construyamos juntos el futuro de la IA!

Comience su viaje con el futuro del aprendizaje automático

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); } });