Skip to content

Commit

Permalink
update weights url
Browse files Browse the repository at this point in the history
  • Loading branch information
gau-nernst committed Jul 7, 2023
1 parent 82a044c commit 0403f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_toolbox/backbones/darknet.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def get_feature_maps(self, x: Tensor) -> list[Tensor]:
"darknet-19": dict(
**_base,
num_blocks_list=(0, 1, 1, 2, 2),
weights="https://github.com/gau-nernst/vision-toolbox/releases/download/v0.0.1/darknet19-da4bd7c9.pth",
weights="https://github.com/gau-nernst/vision-toolbox/releases/download/v0.0.1/darknet19-2cb641ca.pth",
),
# from YOLOv3
"darknet-53": dict(
Expand Down

0 comments on commit 0403f7a

Please sign in to comment.