Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 21, 2021
1 parent ab0ea1d commit 865f433
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions yolort/models/yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,12 @@ def build_model(
return model


model_urls_root_r30 = "https://github.com/zhiqwang/yolov5-rt-stack/releases/download/v0.3.0"
model_urls_root_r52 = "https://github.com/zhiqwang/yolov5-rt-stack/releases/download/v0.5.2-alpha"
model_urls_root_r30 = (
"https://github.com/zhiqwang/yolov5-rt-stack/releases/download/v0.3.0"
)
model_urls_root_r52 = (
"https://github.com/zhiqwang/yolov5-rt-stack/releases/download/v0.5.2-alpha"
)

model_urls = {
# Path Aggregation Network 3.1 and 4.0
Expand Down

0 comments on commit 865f433

Please sign in to comment.