Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.12 KB

SceneR2

A scene recognition, pedestrian detection and vehicle action detection model, with an extensive dataset encapsulation API. The API is written for proprietary data by Daimler.

SceneR2WebApp

A web application in Django that takes a video and corresponding CAN data from Daimler's dataset, and processes them, shows the object detection processed video with synced CAN as a slider Webapp Demo

NOTE: This code is useless for anyone except the sponsors of the project who have the coresponding data.

To Run from docker

$ sudo docker run -it --rm\
       --name scener2\
       -p 8000:8000\
       dumbpy/scener2:firefox

access from firefox at localhost:8000. The sliders don't work on chrome and will be fixed in future updates.

Credits

Under the Supervison of Prof. Manjesh Hanawal1, Prof. P Balamurugan1 and Dr. Tilak Singh2
1Indian Institute of Technology Bombay     2Mitsubishi Fuso Truck and Bus Corp. Japan