Reading *Devenez votre propre psy* - 『마음의 기술』를 읽고
🧠 Healing Through Neuroscience and Psychology!! Reading *Devenez votre propre psy* 📖 Title: Devenez votre propre psy ✍️ Author: Anne-Hélène Clair, Vincent Tribou 🎯 Recommended for: Anyone experi...
🧠 Healing Through Neuroscience and Psychology!! Reading *Devenez votre propre psy* 📖 Title: Devenez votre propre psy ✍️ Author: Anne-Hélène Clair, Vincent Tribou 🎯 Recommended for: Anyone experi...
🦖 (English) Grounding DINO Practice! Running the Evolved Model of DINO This post is a hands-on guide to the Grounding DINO, the evolved version of DINO! Just like DINO, we clone the model from Git...
(English) 🦖 DINO Practice: Running Object Detection with Pretrained Models! In the previous post, I studied the core ideas behind DINO!!! Now, let’s dive into actually installing the DINO model...
📖 시 한 편: 행복하다가 우리의 행복은 어디에서 비롯될까요? 맛있는 음식을 먹을 때, 좋은 음악을 들을 때도 행복하지만 결국 가장 오래 남는 건 ‘누군가와 함께한 순간들’입니다. 오늘 소개할 시 「행복하다가」는 그런 사람과의 관계 속에서 피어나는 짧지만 깊은 행복의 순간들을 담백하게, 그러나 울림 있게 그려냅니다. 📜 시: 행복하다가 ...
🦖 DINO: The Evolutionary Object Detection Model of DETR!! 🔍 A powerful alternative that solves the slow training and small object detection issues of DETR-based models! Paper: DINO: DETR with I...
(English) Object Detection with DETR! Python Practice!! In the previous post we studied DETR!! Today, based on this DETR model, we will directly perform Object Detection! Let’s start wit...
(English) The Rise and Fall of UAE’s Once-Prominent LLM, Falcon Developed by the Technology Innovation Institute (TII) of the UAE, the Falcon series of large language models (LLMs) was one of th...
📌 What is DETR? In NLP, Transformers are already the dominant force! But in vision (image detection), CNN-based models like AlexNet and YOLO still prevailed. Facebook developed DETR, a Transfor...
(English) DINO Python Experiment!! So Cool!! In the previous post, we learned the theory behind DINO!! Today, let’s actually run the DINO model and see how it performs~! Starting with th...
🧼 Image segmentation with Python? SAM in Action! Today, let’s practice how to do Image segmentation using SAM (Segment Anything Model), based on the theory we explored in the previous post! We’ll...