-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
I've done the following steps:
- Built the directory tree as you instructed
- ran python torch2pytorch_data.py annd python torch2pytorch_pretrained_weight.py with their instructed parameters
But when i run 'python visual.py --flip --rotate 0.25 0.5 0.75 --img_glob "data/test/img/pano_aaccxxpwmsdgvj.png" --line_glob "data/test/line/pano_aaccxxpwmsdgvj.png" --output_dir assert/'
I get the following error
Traceback (most recent call last):
File ".../LayoutNet/visual.py", line 55, in
encoder.load_state_dict(torch.load('%s_encoder.pth' % args.path_prefix))
File ".../lib/python3.5/site-packages/torch/serialization.py", line 356, in load
f = open(f, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'ckpt/pre_encoder.pth'
Metadata
Metadata
Assignees
Labels
No labels