Skip to content

Facing issue in downloading the pre trained model on LEVIR dataset #110

Description

@ayshaashra

I am interested to run the code on LEVIR-dataset for comparison, I have setup Linux on my system using CMD. i have clone the ChangeFormer into it. Next steps are as follow:

  1. wsl
  2. cd ~/ChangeFormer
  3. $ python3 demo_LEVIR.py

(when i run this command i got error
aysha@DESKTOP-9U7U2SJ:~/ChangeFormer$ python3 demo_LEVIR.py
initialize network with normal
cuda:0
Traceback (most recent call last):
File "/home/aysha/ChangeFormer/demo_LEVIR.py", line 66, in
model.load_checkpoint(args.checkpoint_name)
File "/home/aysha/ChangeFormer/models/basic_model.py", line 42, in load_checkpoint
raise FileNotFoundError('no such checkpoint %s' % checkpoint_name)
FileNotFoundError: no such checkpoint best_ckpt.pt )

after that i am going to a link to dowload it from google colab, where i have uploaded the model file :

  1. wget --no-check-certificate "https://drive.google.com/uc?export=download&id=1QKn0AL5_LGBG5o2dr0s0oAcwxYhrvqx6" -O best_ckpt.pt

i am facing error each time failed: Network is unreachable.

after that i manually download and insert the best_ckpt.pt file in folder.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions