-
Notifications
You must be signed in to change notification settings - Fork 551
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.
- yolov3.cfg: https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov3.cfg
- yolov3.weights: https://pjreddie.com/media/files/yolov3.weights
- obj.names: https://www.upwork.com/messages/att/1287872047601733632
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://www.upwork.com/messages/att/1287872047601733632 -O ~/.openshot_qt/yolo/obj.names
Want to help improve OpenShot (and make some friends in the process 🤗)? Please consider joining our open-source team by filling out this quick contributor form and introduce yourself! All volunteers are welcome, regardless of skills or skill level. Let's build something amazing!