Skip to content

Object Detection Effect (dependencies)

Jonathan Thomas edited this page Aug 5, 2021 · 8 revisions

In order to use the new Object Detection video effect, it requires a few files that are not shipped with OpenShot. These files can be downloaded, and saved into your C:\Users\USER\.openshot_qt\yolo\ folder.

You can also run this script to download the files (on Linux):

wget -c https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov3.cfg -O ~/.openshot_qt/yolo/yolov3.cfg
wget -c https://pjreddie.com/media/files/yolov3.weights -O ~/.openshot_qt/yolo/yolov3.weights
wget -c https://raw.githubusercontent.com/pjreddie/darknet/master/data/coco.names -O ~/.openshot_qt/yolo/obj.names
Clone this wiki locally