vt-vl-lab / 3d-photo-inpainting

[CVPR 2020] 3D Photography using Context-aware Layered Depth Inpainting
https://shihmengli.github.io/3D-Photo-Inpainting/
Other
6.93k stars 1.12k forks source link

Can't download the model #64

Closed Str4ky closed 4 years ago

Str4ky commented 4 years ago

I can't download the model, it say "Invalid Syntax" :(

LemonATsu commented 4 years ago

Hi @Straky04,

Did the problem occur when you run the download script?

54696d21 commented 4 years ago

you can replace their download script with this one (it disables cert checks)

#!/bin/sh
mkdir checkpoints
wget --no-check-certificate https://filebox.ece.vt.edu/~jbhuang/project/3DPhoto/model/color-model.pth
mv color-model.pth checkpoints/.
wget --no-check-certificate https://filebox.ece.vt.edu/~jbhuang/project/3DPhoto/model/depth-model.pth
mv depth-model.pth checkpoints/.
wget --no-check-certificate https://filebox.ece.vt.edu/~jbhuang/project/3DPhoto/model/edge-model.pth
mv edge-model.pth checkpoints/.
wget --no-check-certificate https://filebox.ece.vt.edu/~jbhuang/project/3DPhoto/model/model.pt
mv model.pt MiDaS/.
damontic commented 4 years ago

The filebox.ece.vt.edu site seems to be down ... maybe many people wanted to download the model ... jus like meeee haha