sczhou / DAVANet

[CVPR 2019, Oral] DAVANet: Stereo Deblurring with View Aggregation
MIT License
137 stars 25 forks source link

KeyError: 'epoch_idx' while testing the `deblurnet` mode #10

Closed Sentient07 closed 4 years ago

Sentient07 commented 4 years ago

Hello,

Thank you for open-sourcing the codebase. I was trying to test your algorithm with the option deblurnet and I face the following error :

Traceback (most recent call last):
  File "runner.py", line 56, in <module>
    main()
  File "runner.py", line 53, in main
    bulid_net(cfg)
  File "/home/DAVANet/core/build.py", line 106, in bulid_net
    init_epoch = checkpoint['epoch_idx']+1
KeyError: 'epoch_idx'

Can you help fix this? Much appreciated !