Skip to content

Commit

Permalink
mvb weights url
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondben committed Dec 27, 2020
1 parent 388204e commit 7d56d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/yolo.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ovml_yolo <- function(version = 4, device = "cpu", weights_file = "auto", class_
w_url <- "https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.weights"
} else {
if (missing(class_labels) || length(class_labels) < 1 || is.na(class_labels)) class_labels <- ovml_class_labels("mvb")
w_url <- "https://github.com/openvolley/ovml/releases/download/latest/yolov4-mvb.weights"
w_url <- "https://github.com/openvolley/ovml/releases/download/v0.0.7/yolov4-mvb.weights"
}
}
dn$class_labels <- class_labels
Expand Down

0 comments on commit 7d56d38

Please sign in to comment.