10 May 2023 • 12 min read Multimodal Models and Computer Vision: A Deep Dive In this post, we discuss what multimodals are, how they work, and their impact on solving computer vision problems.
21 Apr 2023 • 5 min read Zero-Shot Image Annotation with Grounding DINO and SAM - A Notebook Tutorial In this comprehensive tutorial, discover how to speed up your image annotation process using Grounding DINO and Segment Anything Model. Learn how to convert object detection datasets into instance segmentation datasets, and use these models to automatically annotate your images.
16 Mar 2023 • 10 min read Speculating on How GPT-4 Changes Computer Vision OpenAI released GPT-4 showcasing strong multi-modal general AI capabilities in addition to impressive logical reasoning capability. Are general models going to obviate the need to label images and train models?
25 Jul 2021 • 9 min read Experimenting with CLIP and VQGAN to Create AI Generated Art SUMMARY Combining OpenAI's CLIP model with VQGAN allows a generative network to be steered toward a text prompt by using CLIP as a scoring signal during image generation, replicating some of the behavior behind DALL-E before that model was publicly released. This post documents a series of