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
- python
- PILLOW
- numpy
- pygame
- opencv
- glob
- scikit-image
- PyTorch
- torchvision
Download the pre-trained model basnet.pth from GoogleDrive, and put it into the directory 'Basnet/saved_model/
- You can clone the repository
- 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')