I am trying to stitch images through command line of Hugin as outlined here: http://wiki.panotools.org/Panorama_scripting_in_a_nutshell#Simple_command-line_stitching
I did the first step to create control points; that is:
autopano-sift-c --projection 0,50 project.pto DSC_1234.JPG DSC_1235.JPG DSC_1236.JPG
But when I write this command:
celeste_standalone -i project.pto -o project.pto
This error comes:
Couldn't open SVM model file celeste.model
Also tried G:/huginbase/hugin-huild/INSTALL/FILES/share/hugin/data/celeste.model
Also for optimizer command, they say HFOV value is invalid. I tried using
autooptimiser -v 50 -a -l -s -m -o optimised.pto project.pto
and still the same error occurred.
What is this error and what should I do to avoid it?