The aim of making this project was to emulate a fun see-through project where we can see through the T-shirt worn by the person in front on the camera.
It's like putting on a tshirt through which you become invisible, and we can see what's behind the person wearing it.
It is built using the following libraries:-
OpenCV
numpy
time
Please install the required libraries.
Designed for red color beacuse i was wearing a red tshirt while writting code for it :)
You need ANACONDA for running this project. This notebook runs once we execute all cells in the notebook one by one.
To run cells press the commands:-
shift + enter
As you progress through each cell.
By doing the following steps you can run this JUPYTER notebook.
Then copy-paste this code and write it in VSCosde/Pycharm/Atom/sublime/ your favorite code-editor.
Then go on command line(cmd) and type the following commands:-
$python -v
$ C:\python37\python.exe Z:\code\folder\invisible_shirt.py
By doing the following steps you can run this python script.