Object detection using YOLO model.
The raw video file recorded from gta5
Requirements :
Download the darkflow Repo from here
import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()
Build the Library
or
- python setup.py build_ext --inplace
- pip install -e
Download weights file from here
Demo conversion
python flow --model cfg/yolo.cfg --load bin/yolov2.weights --demo videofile.mp4 --gpu 1.0 --saveVideo
I suggest the conversion via python using opencv
The processed video file