YOLO Vision Shenzhen
深セン
今すぐ参加

Ultralytics 用語集

人工知能、機械学習、コンピュータビジョンなど、Ultralytics 用語集をご覧ください。

ありがとうございます!送信が完了しました!
エラーが発生しました。フォームの送信中に問題が発生しました。

コンピュータビジョンプロジェクトの導入をお考えですか?

ライセンスについて詳しく見る
ありがとうございます!送信が完了しました!
エラーが発生しました。フォームの送信中に問題が発生しました。

共にAIの未来を築きましょう!

未来の機械学習で、新たな一歩を踏み出しましょう。

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