Skip to content

Commit

Permalink
Merge pull request jantic#284 from ojotoxy/master
Browse files Browse the repository at this point in the history
change URLs from s3 to data.deepai.org
  • Loading branch information
jantic authored Nov 13, 2020
2 parents c872a02 + 8a1b918 commit a1296f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ImageColorizerColab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"outputs": [],
"source": [
"!mkdir 'models'\n",
"!wget https://deepai-opensource-codebases-models.s3-us-west-2.amazonaws.com/deoldify/ColorizeArtistic_gen.pth -O ./models/ColorizeArtistic_gen.pth"
"!wget https://data.deepai.org/deoldify/ColorizeArtistic_gen.pth -O ./models/ColorizeArtistic_gen.pth"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ The colorization inference notebooks should be able to guide you from here. The

### Completed Generator Weights

- [Artistic](https://deepai-opensource-codebases-models.s3-us-west-2.amazonaws.com/deoldify/ColorizeArtistic_gen.pth)
- [Artistic](https://data.deepai.org/deoldify/ColorizeArtistic_gen.pth)
- [Stable](https://www.dropbox.com/s/usf7uifrctqw9rl/ColorizeStable_gen.pth?dl=0)
- [Video](https://deepai-opensource-codebases-models.s3-us-west-2.amazonaws.com/deoldify/ColorizeVideo_gen.pth)
- [Video](https://data.deepai.org/deoldify/ColorizeVideo_gen.pth)

### Completed Critic Weights

Expand Down
2 changes: 1 addition & 1 deletion VideoColorizerColab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"outputs": [],
"source": [
"!mkdir 'models'\n",
"!wget https://deepai-opensource-codebases-models.s3-us-west-2.amazonaws.com/deoldify/ColorizeVideo_gen.pth -O ./models/ColorizeVideo_gen.pth"
"!wget https://data.deepai.org/deoldify/ColorizeVideo_gen.pth -O ./models/ColorizeVideo_gen.pth"
]
},
{
Expand Down

0 comments on commit a1296f5

Please sign in to comment.