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
When making an API call like this, I get this error:
CommonColorizer.colorize() missing 1 required positional argument: 'colorization_size'
Request URL: /translate/with-form/image/stream Payload: image: (binary) config: { "detector":{ "detector":"default", "detection_size":1536 }, "inpainter":{ "inpainter":"default" }, "render":{ "direction":"auto", "font_size_offset":10 }, "colorizer":{ "colorizer":"mc2", "colorization_size":576, "denoise_sigma":30 }, "translator":{ "translator":"offline", "target_lang":"ENG" } }
python server/main.py --host=0.0.0.0 --port=5003 --use-gpu --verbose
INFO: 192.168.1.104:52970 - "POST /translate/with-form/image/stream HTTP/1.1" 200 OK [shared] Loading models [shared] Running colorization INFO: 127.0.0.1:48780 - "POST /execute/translate HTTP/1.1" 200 OK
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
When making an API call like this, I get this error:
CommonColorizer.colorize() missing 1 required positional argument: 'colorization_size'
Command Line Arguments
Console logs
Another way to repoduce the error
The text was updated successfully, but these errors were encountered: