We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I can't seem to set -b to a string. Integers work fine, but 'loop' or 'blend' throw:
2_dreaming_time.py: error: argument -b/--blend: invalid float value: 'loop'
Tried without (as per instructions) and with quotations (single + double).
python 2_dreaming_time.py -i /Volumes/RAID_OSX/_SAKHEENA/_DD/_Sakheena_test_images -o /Volumes/RAID_OSX/_SAKHEENA/_DD/_output --model_path /usr/local/caffe/models/bvlc_googlenet/ --model_name bvlc_googlenet.caffemodel --gpu 0 -octs 1.3 -b loop -l inception_4e/3x3_reduce usage: 2_dreaming_time.py [-h] -i INPUT -o OUTPUT [-d] [--gpu GPU] [-t MODEL_PATH] [-m MODEL_NAME] [-p PREVIEW] [-oct OCTAVES] [-octs OCTAVESCALE] [-itr ITERATIONS] [-j JITTER] [-z ZOOM] [-s STEPSIZE] [-b BLEND] [-l LAYERS [LAYERS ...]] 2_dreaming_time.py: error: argument -b/--blend: invalid float value: 'loop'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I can't seem to set -b to a string. Integers work fine, but 'loop' or 'blend' throw:
2_dreaming_time.py: error: argument -b/--blend: invalid float value: 'loop'
Tried without (as per instructions) and with quotations (single + double).
python 2_dreaming_time.py -i /Volumes/RAID_OSX/_SAKHEENA/_DD/_Sakheena_test_images -o /Volumes/RAID_OSX/_SAKHEENA/_DD/_output --model_path /usr/local/caffe/models/bvlc_googlenet/ --model_name bvlc_googlenet.caffemodel --gpu 0 -octs 1.3 -b loop -l inception_4e/3x3_reduce
usage: 2_dreaming_time.py [-h] -i INPUT -o OUTPUT [-d] [--gpu GPU]
[-t MODEL_PATH] [-m MODEL_NAME] [-p PREVIEW]
[-oct OCTAVES] [-octs OCTAVESCALE] [-itr ITERATIONS]
[-j JITTER] [-z ZOOM] [-s STEPSIZE] [-b BLEND]
[-l LAYERS [LAYERS ...]]
2_dreaming_time.py: error: argument -b/--blend: invalid float value: 'loop'
The text was updated successfully, but these errors were encountered: