Unverified Commit 49b96394 authored by Francisco Massa's avatar Francisco Massa Committed by GitHub

Update Detectron model URLs (#301)

parent 9b6aa824
...@@ -110,7 +110,7 @@ class DatasetCatalog(object): ...@@ -110,7 +110,7 @@ class DatasetCatalog(object):
class ModelCatalog(object): class ModelCatalog(object):
S3_C2_DETECTRON_URL = "https://s3-us-west-2.amazonaws.com/detectron" S3_C2_DETECTRON_URL = "https://dl.fbaipublicfiles.com/detectron"
C2_IMAGENET_MODELS = { C2_IMAGENET_MODELS = {
"MSRA/R-50": "ImageNetPretrained/MSRA/R-50.pkl", "MSRA/R-50": "ImageNetPretrained/MSRA/R-50.pkl",
"MSRA/R-101": "ImageNetPretrained/MSRA/R-101.pkl", "MSRA/R-101": "ImageNetPretrained/MSRA/R-101.pkl",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment