Supports:
-
Object Detection
-
Object Tracking
- Create dirs:
model
: For storingmodel.weight
andmodel.cfg
data
: For storing the footage to be analysedresult
: For saving inferences with bounding boxes
-
Run
json_maker.py
for storing the inferences on a video feed in the file calleddetection.json
-
Run
demo.py
to use these detection on the video feed and store the inferences inresult
-
Run
create_video.py
to stitch the images fromresult
into a video file.
To do:
- Create end-to-end detection and tracking pipeline
- Integrate MongoDB as database
- Create deterministic logic for video analytics