Convert your QCFI CCTV footage to CIF Footage using Deep Learning on YUV420 footage.
Weights trained in Python and saved as ".txt" and used in C.
Let's wait and see the results!
There are a few things you need to build this project. 1. pip (Python Package Manager) 2. gcc (GNU Compiler Collection) 3. Windows (I have made this project on Windows. Not tested on Linux/Mac. I think it can run swiftly.)
Once you are ready with the installations.
git clone git@github.com:ayushmankumar7/final_year_project.git
cd final_year_project
scons
You will find a output.exe in bin
folder.
./etc folder has the YUV video player
cd bin
python GUI.py
# Click on Browser -> Go o previous folder then share/ select the YUv file
# Click on Convert
# You will see something.yuv in your bin folder
#ENJOYY
Feel free to fork, clone, contribute to the project. Take this project further. Integrate GPU usability. Do the F you want!!! Enjoyy!!