This respository provides the necessary tools to perform object detection using both the Darknet and TensorFlow API
$conda env create -f analyzer-env.yml
$ conda activate analyzer-env
$ conda deactivate
$wget https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.weights
Then, locate them within the assets folder.
$pytest