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
I try to run gear360pano.sh *.JPG
and ls -1 path/to/files/*.JPG | parallel --load 99% --noswap --memfree 500M --bar ./gear360pano.sh {} on mac, but it generates error due to gear360pano.sh is not command.
I skip these two lines and run ./gear360pano.sh dual.JPG, the error is: readlink: illegal option -- f usage: readlink [-n] [file ...] usage: dirname path Hugin required but it is not installed. Aborting.
The dual.jpg is in the same folder as .sh file, and I installed Hugin already. How can I fix this?
The text was updated successfully, but these errors were encountered:
I try to run
gear360pano.sh *.JPG
and
ls -1 path/to/files/*.JPG | parallel --load 99% --noswap --memfree 500M --bar ./gear360pano.sh {}
on mac, but it generates error due to gear360pano.sh is not command.I skip these two lines and run
./gear360pano.sh dual.JPG
, the error is:readlink: illegal option -- f usage: readlink [-n] [file ...] usage: dirname path Hugin required but it is not installed. Aborting.
The dual.jpg is in the same folder as .sh file, and I installed Hugin already. How can I fix this?
The text was updated successfully, but these errors were encountered: