Skip to content

ReVamp is a tool created in python which allows you to virtually move real-life objects. It uses border-aware image segmentation for creating the virtual objects and to improve the flow of the software It used multithreading for different processes.

Notifications You must be signed in to change notification settings

strikeraryu/ReVamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

ReVamp

ReVamp is a tool created in python which allows you to virtually move real life objects.
You can check more about ReVamp and how it works on Medium

Required libraries

  1. python
  2. PILLOW
  3. numpy
  4. pygame
  5. opencv
  6. glob
  7. scikit-image
  8. PyTorch
  9. torchvision

Download the pre-trained model basnet.pth from GoogleDrive, and put it into the directory 'Basnet/saved_model/

Usage

  • You can clone the repository

https://github.com/strikeraryu/ReVamp

  • Install all the required libraries and prerequisite
  • Run the Revamp/main.py

You can also install IP webcam and then provide the address of your IP cam in main.py

cam = camera.camera(960, 590,'ReVamp', address='your_ip_cam_address/video')

UI and features of ReVamp

Demo

More Links

Twitter
Linkedin
Instagram

About

ReVamp is a tool created in python which allows you to virtually move real-life objects. It uses border-aware image segmentation for creating the virtual objects and to improve the flow of the software It used multithreading for different processes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages