CoolFace
Apppublic

miniononeone/CS5330-LAB4

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
App README

3D Image Composer

This application allows you to insert a person into a stereoscopic 3D scene and create an anaglyph image.

Features

  • Image segmentation using DeepLabV3 to extract a person from their background
  • Stereoscopic image processing with adjustable depth levels
  • Anaglyph generation for viewing with red-cyan 3D glasses
  • Interactive interface for positioning and customization

How to Use

  1. 1.Upload an image containing a person
  2. 2.Select a scene from the dropdown menu
  3. 3.Choose a depth level (close, medium, far)
  4. 4.Adjust the position using the sliders
  5. 5.View the resulting anaglyph image (use red-cyan glasses for 3D effect)

About the Project

This project was developed as part of CS5330 - Lab 4, exploring image segmentation, stereoscopic imaging, and anaglyph conversion techniques.