Skip to content

Commit

Permalink
updates pets model url
Browse files Browse the repository at this point in the history
  • Loading branch information
lgvaz committed Sep 22, 2020
1 parent a97e94a commit fdab4d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions icedata/datasets/pets/trained_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ def _load_faster_rcnn(backbone, weights_url):


def faster_rcnn_resnet50_fpn():
# weights_url = "https://github.com/airctic/icedata/releases/download/m1/pets_faster_resnetfpn50.zip"
weights_url = "https://github.com/airctic/model_zoo/releases/download/pets_faster_resnet50fpn/pets_faster_resnetfpn50.zip"
weights_url = "https://github.com/airctic/model_zoo/releases/download/m3/pets_faster_resnetfpn50.zip"
return _load_faster_rcnn(None, weights_url)

0 comments on commit fdab4d4

Please sign in to comment.