Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Permission denied when running script to download pretrained model #4

Open
eaberman opened this issue Mar 14, 2022 · 1 comment
Open

Comments

@eaberman
Copy link

❓ Questions and Help

Hi, I'm a student interested in downloading the pre-trained RealEstate10K Worldsheet model. But, when I run the script, I get "Permissions denied" on the line wget -O ./save/synsin_realestate10k/realestate10k_dscale2_lowerL1_200/models/model_50000.ckpt https://dl.fbaipublicfiles.com/worldsheet/pretrained_models/synsin_realestate10k/realestate10k_dscale2_lowerL1_200/models/model_50000.ckpt

  1. Do you have any advice on how to solve this?
  2. Do you have a full list of dependencies for the pretrained models?
  3. If I were to run this model on a datset besides Matterport or RealEstate10K, would that be possible? Do you have advice on how to do this? Would ".jpg" images be acceptable?

Thank you!

@ronghanghu
Copy link

Hi @eaberman,

  1. I just tried this command (wget https://dl.fbaipublicfiles.com/worldsheet/pretrained_models/synsin_realestate10k/realestate10k_dscale2_lowerL1_200/models/model_50000.ckpt) and it was working well for me. Could you try manually running the downloading script in https://github.com/facebookresearch/worldsheet/blob/main/run_realestate10k/download_pretrained_models.sh and see if it works (or maybe directly download https://dl.fbaipublicfiles.com/worldsheet/pretrained_models/synsin_realestate10k/realestate10k_dscale2_lowerL1_200/models/model_50000.ckpt from your web browser)?
  2. Yes, please see https://github.com/facebookresearch/worldsheet/blob/main/requirements.txt
  3. Yes, it is possible to run it on arbitrary input images. See the notebook in https://github.com/facebookresearch/worldsheet/blob/main/run_realestate10k/make_interactive_videos.ipynb for an example.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants