Yolo Vision Shenzhen
Shenzhen
Únete ahora

¡Explore el mundo de la IA con los blogs de Ultralytics!

Sumérjase en las últimas tendencias en IA y visión por ordenador con Ultralytics. Desde los avances YOLO hasta las aplicaciones más innovadoras, descubra cómo estamos dando forma al futuro de la tecnología.

Vea nuestros modelos en acción

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