Telegram Web Link
#مقاله #هوش_مصنوعی
💎 ده تا از موثرترین و بهترین مقالات حوزه پردازش تصویر که دید خیلی خوبی بهتون میده.
📄The significant contributions of these ten papers have advanced image processing techniques.
1⃣ AlexNet (2012)
2⃣ VGGNet (2014)
3⃣ ResNet (2015)
4⃣ Faster R-CNN (2015)
5⃣ YOLO (2016)
6⃣ Mask R-CNN (2017)
7⃣ Densely Connected CN (2017)
8⃣ DeepLab (2017)
9⃣ Attention Is All You Need (2017)
🔟 EfficientNet (2019)
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#ایده_پردازی #هوش_مصنوعی
🛒 تشخیص سرقت و رفتارهای مشکوک در فروشگاه‌ با پردازش تصویر و هوش مصنوعی
📄This system uses image processing and AI to detect suspicious behaviors, such as concealing items from shelves.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#پایتون #سورس_کد #نکته #FunOpenCV
👨‍💻 تولید دیتاهای فیک با پایتون
💎 در بعضی از پروژه‌ها نیاز داریم تا اطلاعات اولیه زیادی رو ایجاد کنیم. میتونین با ماژول faker اینکار رو راحت انجام بدین.
👨‍💻 Generate fake data like name, email, etc with random information
from faker import Faker
fake = Faker()

p = fake.profile()
print(p)  

🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#مقاله #سورس_کد #هوش_مصنوعی
🧍‍♂تشخیص موقعیت بدن به صورت سه‌بعدی
💻 BEDLAM: Bodies Exhibition Detailed Lifelike Animated Motion
💻 دانلود سورس کد (Github)
📄 دانلود مقاله (pdf)
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#پایتون #سورس_کد #FunOpenCV
🪨📄 بازی سنگ، کاغذ قیچی با پایتون
🎮 Rock, Paper, Scissors by Python
from random import randint
t = ["Rock", "Paper", "Scissors"]
computer = t[randint(0,2)]
player = False
while player == False:
    print("Rock, Paper, Scissors?")
player = input()
    if player == computer:
        print("Tie!")
    elif player == "Rock":
        if computer == "Paper":
            print("You lose!")
        else:
            print("You win!")
    elif player == "Paper":
        if computer == "Scissors":
            print("You lose!")
        else:
            print("You win!")
    elif player == "Scissors":
        if computer == "Rock":
            print("You lose...")
        else:
            print("You win!")
    else:
        print("Check your input! ")
    player = False
    computer = t[randint(0,2)]

🔻share with your friends🔻
🔹@OpenCV_olc🔹
Audio
#پادکست #هوش_مصنوعی
🎙جدیترین‌های هوش مصنوعی و پردازش تصویر، گفتگو با پژوهشگر متا
🗓 سال انتشار: 2024
🎙AI Trends 2024 - a conversation with Naila, AI researcher at Meta.
1:52 - CV highlights
10:10 - Pix2Video 
13:16 - ControlNet 
19:39 - ViperGPT 
29:53 - Vision + LLMs
36:34 - Top new tools
40:56 - ControlNet
45:30 - Computer vision
53:00 - 2024 predictions
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#پایتون #سورس_کد #FunOpenCV
🖋 تبدیل رشته به متن دستنویس
✒️ Convert text to handwritten
import pywhatkit
pywhatkit.text_to_handwriting('Hello, My Name is Python', save_to='out.png'')

🔻share with your friends🔻
🔹@OpenCV_olc🔹
#نکته #سورس_کد
🥇ده تا از بهترین ماژول‌های ساخت رابط کاربری گرافیکی (GUI) با پایتون
🏆 Top 10 python modules for creating Graphical user interface (GUI)
1⃣ PyQt5 2⃣ Tkinter 3⃣ Kivy
4⃣ wxPython 5⃣ Libavg
6⃣ PySimpleGUI 7⃣ PyForms
8⃣ PySide2 9⃣ Wax 🔟 PyGUI
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#مقاله #هوش_مصنوعی #سورس_کد
🧍‍♂ تخمین سه‌بعدی موقعیت بدن
🪩 دانلود مقاله (pdf)
💻 دانلود سورس کد (Github)
Resolving 3D Human Pose Ambiguities with 3D Scene Constraints
📄PROX method revolutionizes human pose estimation by incorporating scene constraints.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#هوش_مصنوعی #ایده_پردازی
🕊 این سیستم حضور کبوترها رو تشخیص میده و اون‌ها رو از بالکن فراری میده😂
پ. ن: چه کاریه آخه😅
🐦‍⬛️An automated watering system equipped with deep learning to protect our balcony from unwanted pigeons.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#هوش_مصنوعی #مقاله
🧠 گوگل مدل هوش‌ مصنوعی LUMIERE رو معرفی کرد. این مدل روی بیش از 30 میلیون ویدیو آموزش داده شده و میتونه ویدیوهای باکیفیت و واقع‌گرایانه تولید کنه.
📎 دانلود مقاله (pdf)
📄 Lumiere, is a time-space diffusion model that transforms text and images into realistic AI-generated videos with on-demand editing capabilities.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#نکته #هوش_مصنوعی #سورس_کد
🥇ده تا از بهترین کتابخانه‌های تحلیل سنتیمنتال
🏆 Top ten Python Libraries for Sentimental Analysis
1⃣ Pattern        2⃣ VADER 
3⃣ BERT            4⃣ TextBlob
5⃣ spaCy          6⃣ CoreNLP 
7⃣ scikit-learn 8⃣ Polyglot 
9⃣ PyTorch      🔟 Flair
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#سورس_کد #پایتون
🎮 ساخت بازی حدس عدد با پایتون
🎮 Guessing game in python
import random
number = random.randint(1, 10)
player_name = input("Hi, What's your name?")
number_of_guesses = 0
print('okay! '+ player_name+ ' I am Guessing a number between 1 and 10:')
while number_of_guesses < 5:
    guess = int(input())
    number_of_guesses += 1
    if guess < number:
        print('Your guess is too low')
    if guess > number:
        print('Your guess is too high')
    if guess == number:
        break
if guess == number:
    print('You guessed the number in ' + str(number_of_guesses) + ' tries!')
else:
    print('You did not guess the number, The number was ' + str(number))

🔻share with your friends🔻
🔹@OpenCV_olc🔹
Top5DL_OpenCV_olc.png
681.3 KB
#نکته #هوش_مصنوعی
🥇پنج تا از بهترین کتابخانه‌های یادگیری عمیق
🏆 Top five Python Libraries for Deep Learning
1⃣ TensorFlow
2⃣ Keras
3⃣ PyTorch
4⃣ Caffe
5⃣ DeepLearning4j
🔻share with your friends🔻
🔹@OpenCV_olc🔹
This media is not supported in your browser
VIEW IN TELEGRAM
#هوش_مصنوعی #مقاله #سورس_کد
⚽️ تخمین سه‌بعدی موقعیت و ژست بدن با کمک پردازش تصویر و هوش مصنوعی
📄 دانلود مقاله (pdf)
👨‍💻دانلود سورس کد (Github)
⚽️ 3D Pose Estimation and Elevation Motion Analysis through image processing and YOLOV7
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#ایده_پردازی #سورس_کد
رسم دانه برف با پایتون
Draw snowflake in python
from turtle import *
def snow(length, depth):
   if depth>0:
        for i in range(6):
            forward(length)
            snow(length//3, depth-1)
            backward(length)
            left(60)
# www.tg-me.com/OpenCV_olc
snow(150,3)
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#هوش_مصنوعی #نکته #مقاله
🥇 هوش‌مصنوعی در یک قدمی مدال طلا
🧠 مدل AlphaGeometry، مدل جدیدی از DeepMind، توانست 80 درصد از سوالات المپیاد را به درستی حل کند.
📎 دانلود مقاله نیچر (pdf)
🧠Solving olympiad geometry without human demonstrations
📄The researchers believe mastering Olympiad problems brings them one step closer towards more generalised artificial intelligence that can automatically discover new knowledge.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#هوش_مصنوعی #ارسالی_از_کاربران
⚽️ تصویر سازی هوش‌مصنوعی از برد ایران
🇮🇷ایران 2 - 🇯🇵ژاپن 1
پ. ن: بماند به یادگار❤️
📷 Thanks to: Z.Jahani
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#مقاله #سورس_کد #هوش_مصنوعی
🪄 این مدل تصاویر رو با کیفیت بالا و طبق پرامپت ورودی شما اصلاح و بازیابی میکنه.
💻 دانلود سورس کد (Github)
📎 دانلود مقاله (pdf)
📷 High-Quality Image Restoration Following Human Instructions
📄Given an image and a prompt for how to improve that image, our all-in-one restoration model corrects the image considering the prompt.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
2025/07/05 23:36:07
Back to Top
HTML Embed Code: