Yolo Vision Shenzhen
Shenzhen
Iscriviti ora

Sala stampa di Ultralytics

Resta sintonizzato ed esplora le nostre ultime notizie e i momenti salienti sui media

Cosa c'è di nuovo in Ultralytics

Grazie! La tua richiesta è stata ricevuta!
Oops! Qualcosa è andato storto durante l'invio del modulo.
Resta sintonizzato, altre notizie in arrivo...

Il nostro media kit

Risorse ufficiali per media, partner e collaboratori.

Brand book e loghi

Risorse fotografiche e video

Scopri di più

Guarda i nostri modelli in azione

Scopri di più

Costruiamo insieme il futuro dell'intelligenza artificiale!

Inizia il tuo viaggio con il futuro del 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); } });