<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>computer vision on Sadman Kabir Soumik</title>
    <link>https://blog.sksoumik.com/tags/computer-vision/</link>
    <description>Recent content in computer vision on Sadman Kabir Soumik</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2022, Sadman Kabir Soumik</copyright>
    <lastBuildDate>Mon, 16 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.sksoumik.com/tags/computer-vision/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Achieve Perfect Selfie Segmentation and Background Removal</title>
      <link>https://blog.sksoumik.com/artificial-intelligence/removing-background-selfie-segmentation/</link>
      <pubDate>Mon, 16 Jan 2023 00:00:00 +0000</pubDate>
      
      <guid>https://blog.sksoumik.com/artificial-intelligence/removing-background-selfie-segmentation/</guid>
      <description>
        
          
            Project Goal The project aims to perform image segmentation on selfie images, see how we can blur the image&#39;s background, and even replace the background with some other solid colour like black.
We will use a framework called MediaPipe to accomplish this task.
About MediaPipe MediaPipe is an open-source framework developed by Google that allows developers to build and deploy cross-platform multimodal machine learning models. The framework provides a set of reusable components for tasks such as object detection, hand tracking, facial landmark detection, and gesture recognition.
          
          
        
      </description>
    </item>
    
    <item>
      <title>One-Stage vs Two-Stage Instance Segmentation</title>
      <link>https://blog.sksoumik.com/artificial-intelligence/one-stage-two-stage-segmentation-difference/</link>
      <pubDate>Fri, 04 Mar 2022 00:00:00 +0000</pubDate>
      
      <guid>https://blog.sksoumik.com/artificial-intelligence/one-stage-two-stage-segmentation-difference/</guid>
      <description>
        
          
            In computer vision, image segmentation refers to the process of dividing an image into distinct regions or segments, each corresponding to a different object or background. There are two main approaches to image segmentation: one-stage and two-stage.
One-stage image segmentation methods aim to directly predict a segmentation mask for the entire image in a single pass. These methods are typically faster and more efficient than two-stage methods, but they may be less accurate and less flexible.
          
          
        
      </description>
    </item>
    
  </channel>
</rss>
