Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.17 KB

Github all releases

B. Tech Final Year Project

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!

How to build this project

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 [email protected]: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

How to run

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

Project Completed!

Feel free to fork, clone, contribute to the project. Take this project further. Integrate GPU usability. Do the F you want!!! Enjoyy!!