• Glenn Jocher's avatar
    Fix for corrupt JPEGs auto-fix PR (#4560) · e899d6e8
    Glenn Jocher 提交于
    Auto-fix corrupt JPEGs PR introduced a bug whereby the f.seek() operation read all of the bytes in the image, resulting in the PIL image having nothing to read upon the .save() operation. 
    
    Fix was to re-open the image using PIL before saving.
    e899d6e8
名称
最后提交
最后更新
..
aws 正在载入提交数据...
flask_rest_api 正在载入提交数据...
google_app_engine 正在载入提交数据...
loggers 正在载入提交数据...
__init__.py 正在载入提交数据...
activations.py 正在载入提交数据...
augmentations.py 正在载入提交数据...
autoanchor.py 正在载入提交数据...
callbacks.py 正在载入提交数据...
datasets.py 正在载入提交数据...
downloads.py 正在载入提交数据...
general.py 正在载入提交数据...
loss.py 正在载入提交数据...
metrics.py 正在载入提交数据...
plots.py 正在载入提交数据...
torch_utils.py 正在载入提交数据...