An implementation of my university graduation project.
- We trained an LSTM model to predict the next location of pedestrian to avoid mistake of YOLOv3.
- We recorded more than 100 videos by Google pixel 3
Normal | Mistake | Normal |
---|---|---|
Normal | Mistake | Normal |
---|---|---|
LSTM Model | Loss |
---|---|
- Keras
- Python3
- If anyone who want the data, I can provide.
wget https://pjreddie.com/media/files/yolov3.weights
python convert.py yolov3.cfg yolov3.weights model_data/yolo.h5
python yolo.py OR python yolo_video.py [video_path] [output_path(optional)]