Telegram Group Search
This media is not supported in your browser
VIEW IN TELEGRAM
#هوش_مصنوعی #ارسالی_از_کاربران #مقاله
💻 مقایسه عملکرد مدل YOLO8 و YOLO9
📎 دانلود مقاله (pdf)
📄 YOLOv9 Faster and More Accurate Object Detection
Performance of YOLOv8 and YOLOv9 on the KITTI dataset.
🙏 Thanks to: A. Singla
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#سورس_کد
ماژول turtle از بهترین ابزارهایی هست که میتونین باهاش رسم‌های مختلفی انجام بدین.
💻 دانلود سورس کد
Ramadan Mubarak❤️
🌙 May we all greatly benefit from this holy month.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#هوش_مصنوعی #مقاله
💻 سگمنتیشن با روش STEGO
این روش برخلاف روش‌های موجود، نیازی به آموزش مدل بر روی داده‌های لیبل‌دار نداره.
📎 دانلود مقاله (pdf)
📄 STEGO: assigning every single pixel of the world a label without any human supervision.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#هوش_مصنوعی #نکته #مقاله
🔥 گوگل مدل SIMA رو معرفی کرد.
🎮 این مدل هوش مصنوعی توانایی انجام بازی‌های ویدیویی رو داره و شبیه یک انسان محیط بازی رو درک میکنه و تعامل داره.
📎 دانلود مقاله (pdf)
📄 SIMA is an AI agent that can perceive and understand a variety of environments, then take actions to achieve an instructed goal. SIMA was evaluated across 600 basic skills, spanning navigation, object interaction, and menu use.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#هوش_مصنوعی #مقاله #سورس_کد
🎾 استفاده از هوش مصنوعی و پردازش تصویر در تشخیص مسیر و سرعت توپ تنیس
📎 دانلود مقاله (pdf)
💻 دانلود سورس کد (Github)
🎾 Tennis ball detection using image processing and TrackNet
🔻share with your friends🔻
🔹@OpenCV_olc🔹
python_cheat_sheet_@OpenCV_olc.pdf
1.5 MB
#نکته #کتاب #Book
💎 یک مجموعه عالی از مفاهیم و متدهای مقدماتی پایتون
+ همراه با مثال
📄 Python cheat sheet
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#مقاله #سورس_کد #نکته
🏆 مقالاتی که بیشترین ارجاعات رو در حوزه یادگیری ماشین داشتند (بخش 2)
مشاهده بخش قبلی
🥇MOST CITED PAPERS IN ML
7⃣ LIBSVM: A LIBRARY FOR SVM
-------------------------------------
8⃣ SCIKIT-LEARN: ML IN PYTHON
-------------------------------------
9⃣ DEEP LEARNING
-------------------------------------
🔟 GRADIENT-BASED LEARNING
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#هوش_مصنوعی
📱حذف بک‌گراند تصویر با هوش مصنوعی
با کمک سایت https://bgremoval.ai خیلی سریع میتونین بک‌گراند تصاویر رو حذف کنین.
📄 A deep learning-based automated background removal technique is newly proposed by bgremoval.ai.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#هوش_مصنوعی #نکته #سورس_کد
💻 کورس رایگان هوش مصنوعی مولد شرکت Nvidia منتشر شد.
🎞 Nvidia released free online Generative AI course:
📎 https://courses.nvidia.com/courses/course-v1:DLI+S-FX-07+V1/
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#سورس_کد
🎧 پخش صدای بوق سیستم (Beep) از فرکانس 50 هرتز تا 18 کیلوهرتز
ذخیره کنین بعدا تست کنین👌
🔊 This python code generates a beep sound from 50 Hz to 18 KHz.
import winsound, time
print("Telegram: @OpenCV_olc")
for freq in range(50, 18000, 100):
    print("Frequency: ", freq)
    winsound.Beep(freq, 200)

🔻share with your friends🔻
🔹@OpenCV_olc🔹
#سورس_کد
💻 نمونه کد حمله بروت فورس ساده و نمایش مرحله به مرحله پیدا شدن کاراکترها 👾
💻 A simple brute force algorithm and step-by-step visualization of a typical attack for password hacking.
import time, sys
target = 'OpenCV_olc'
guess = ''
for index, character in enumerate(target):
    j = ord(' ')
    while True:
        sys.stdout.write(f'\r{guess}{chr(j)}')
        sys.stdout.flush()
        time.sleep(0.01)
        if chr(j) == character:
            guess += character
            break
        j += 1
print('\n*ACCESS OK*')

🔻share with your friends🔻
🔹@OpenCV_olc🔹
#هوش_مصنوعی #مقاله #سورس_کد
🧠 مدل Arc2Face بر اساس استیبل دیفیوژن کار میکنه و قابلیت تولید تصاویری مشابه و باورپذیر از تصویر ورودی رو داره.
📋 دانلود مقاله (pdf)
💻 دانلود سورس کد (Github)
📄 This model can generate high-quality images of any subject within a few seconds. Additionally, it is built on top of Stable Diffusion and can be extended to different input modalities.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#هوش_مصنوعی #مقاله #ایده_پردازی
یکی از موضوعاتی که به تازگی خیلی مورد استقبال قرار گرفته، استفاده از بینایی کامپیوتر در انبارداری و مدیریت لجستیک هست.
📎 دانلود مقاله (pdf)
📄 Computer Vision in Warehousing and Logistics
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#هوش_مصنوعی
🧠 مدل Imagen2 معرفی شد و علاوه بر امکانات قبلی، قابلیت تبدیل متن به تصویر متحرک و واقع‌گرایانه هم بهش اضافه شده.
📄 Create live images from text prompts with Imagen2 model in Vertex AI. It now also supports inpainting and outpainting, the ability to edit images using AI, expand the border, or add/remove certain parts of the image.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#کتاب #سورس_کد #Book
📗 کتاب یادگیری سریع پایتون + مثال و کد
🔡 زبان: انگلیسی
نویسنده: Dr. Matloff
📖 تعداد صفحات: 173
📎 دانلود کتاب (pdf)
📗 Fast lane to python (A quick, sensible route to the joys of Python coding)
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#هوش_مصنوعی #مقاله #سورس_کد
✏️ تبدیل اسکچ به تصویر واقعی
📎 دانلود مقاله (pdf)
💻 دانلود سورس کد (Github)
MaskSketch: Unpaired Structure-guided Masked Image Generation
📄 Given an input sketch and its class label, MaskSketch samples realistic images that follow the given structure.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
Machine Learning algorithms-@OpenCV_olc.png
426.6 KB
#هوش_مصنوعی #نکته #ارسالی_از_کاربران
📚 تصویری از پرکاربردترین الگوریتم‌های هوش مصنوعی و یادگیری ماشین در یک نگاه
🔢 اسامی 42 الگوریتم که در 6 دسته زیر تقسیم بندی شده‌اند:
💎 Most commonly used Machine Learning algorithms
1⃣ Supervised Learning
2⃣ Unsupervised Learning
3⃣ Specialized Algorithms
4⃣ Optimization Algorithms
5⃣ Neural networks
6⃣ Reinforcement learning
🙏 Thanks to: M. Durm
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#هوش_مصنوعی #سورس_کد
🏃‍♂تشخیص و شمارش افراد با YOLOv8
📎 دانلود سورس کد (Github)
💻 This project counts the people entering and leaving an entrance, using YOLOv8 and a tracking algorithm to track and count.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#نکته #کتاب
🔢 سوالات چهارگزینه‌ای پایتون
🐍 یک مرجع بسیار عالی و رایگان شامل 1000 تست پایتون که در 22 فصل مرتب شده‌اند.
📄 Python MCQ with answers
📎https://www.sanfoundry.com/1000-python-questions-answers/#python-chapters
🔻share with your friends🔻
🔹@OpenCV_olc🔹
2024/04/29 03:57:53
Back to Top
HTML Embed Code: