Description Usage Arguments Value
View source: R/load_darknet_weights.R
Loads 'Yolo3 Darknet' (https://pjreddie.com/darknet/yolo/) weights into yolo3
model.
1 | load_darknet_weights(model, weights_path)
|
model |
|
weights_path |
Filepath to weights file (You can download valid weights file from "https://pjreddie.com/media/files/yolov3.weights"). |
yolo3
model with pretrained weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.