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
Well, I have some questions about the bash commands in scripts folder
As we can see in the every last two lines of the code:
echo warping -input_folder $output_dir ...
$warping -input_folder $output_dir ...
The program error message says:
Command-line parameter error: unknown option -input_folder
Command-line parameter error: unknown option -remove_black_background
Can anyone help me with this? :D
The text was updated successfully, but these errors were encountered:
Thanks for providing your excellent work!
Well, I have some questions about the bash commands in scripts folder
As we can see in the every last two lines of the code:
echo warping -input_folder $output_dir ...
$warping -input_folder $output_dir ...
The program error message says:
Command-line parameter error: unknown option -input_folder
Command-line parameter error: unknown option -remove_black_background
Can anyone help me with this? :D
The text was updated successfully, but these errors were encountered: