You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the sharing, and sorry for the problem as a newer of Torch.
I already downloaded full cleaned dataset on DTU(136GB) and extracted it to the "data" folder in roots of this git-master.
Then run " th main.lua -do_evaluation -source_image_path data/Cleaned/ -weights ./pre-trained/siam_hybridnet_fullsized.t7", but it showed like below:
power inv learning rate decay type: lr * (1 + gamma * epoch) ^ (-power) [0.5]
weight_decay weight decay [1e-05]
beta1 first moment coefficient (for adam solver) [0.9]
beta2 second moment coefficient (for adam solver) [0.999]
train_batch_size Training mini-batch size [22]
test_batch_size Test (validation) mini-batch size [47]
epoch_number Manual epoch number (useful on restarts) [1]
max_epoch Number of training epochs [10]
snapshot_dir Snapshot directory [./snapshots]
results_dir Results directory [./results]
weights Pretrained model to begin training from []
===============================================================
Could anyone face this problem before? It will be very thanked for any suggestion.
The text was updated successfully, but these errors were encountered:
ray2004a
changed the title
After I download DTU dataset, but it can run by the next guide.
After I download DTU dataset, but it can not run by the next guide.
Jan 22, 2019
ray2004a
changed the title
After I download DTU dataset, but it can not run by the next guide.
After I download DTU dataset, it can not run by the next guide.
Jan 24, 2019
Try to change the 19th line of opts.lua.
E.g: cmd:option("-source_img_path", "/media/hahahehe/KESU/Cleaned", 'Home directory for images of corresponding landmarks')
No need to add -source_img_path parameters when you run the command. th main.lua -do_evaluation -weights ./pre-trained/siam_hybridnet_fullsized.t7
Thanks for the sharing, and sorry for the problem as a newer of Torch.
I already downloaded full cleaned dataset on DTU(136GB) and extracted it to the "data" folder in roots of this git-master.
Then run " th main.lua -do_evaluation -source_image_path data/Cleaned/ -weights ./pre-trained/siam_hybridnet_fullsized.t7", but it showed like below:
========================================================
invalid argument: -source_image_path
Usage: [options]
Torch-7 relative pose estimation
Options:
===============================================================
Could anyone face this problem before? It will be very thanked for any suggestion.
The text was updated successfully, but these errors were encountered: