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 read the code and I got the training run successfully. But after searching the project I did not find where to config param of "resize the image" (e.g. I'd like resize image to 800 x 800, for a better-performance model), please give help if anyone knows, thanks very much.
By the way, I have two other questions:
Line 161 of style.py says that "save_img(preds_path, img)", but the param "img" is not defined, how could that work without error?
Line 14 of "src/utils.py" says that "style_target = _get_img(style_path, img_size=new_shape)". There is no "_get_img" method defined, and even without import it. Why no error occur when running this?
Thanks.
The text was updated successfully, but these errors were encountered:
I read the code and I got the training run successfully. But after searching the project I did not find where to config param of "resize the image" (e.g. I'd like resize image to 800 x 800, for a better-performance model), please give help if anyone knows, thanks very much.
By the way, I have two other questions:
Thanks.
The text was updated successfully, but these errors were encountered: