An application to trace your vehicle path from security cameras of the city.
(Note that the processing time has been cut down in this gif file to show the results faster. Original file will differ by having some processing time delay shown by a spinner. Execute locally to know more)
- Clone the project directory.
- Create a virtual environment with python 2.7 and download the dependencies from requirements.txt using the below command: pip install -r requirements.txt
- Create a directory named cameraClips at the same level as pretrained_OCR.
- Download camera clips from the below google drive link and paste them in cameraClips directory. https://drive.google.com/drive/folders/1krftQFv82gRdjU7-Xm7Cr7O4SOC7TSxI?usp=sharing
- Start django server using python3 manage.py runserver.