-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
An error in training #1
Comments
Thank you for your comment, i will check the error and reply to you in two days! |
I locate the issue today. It seems to be a tiff file reading issue. |
BTW, my rasterio is : rasterio==1.2.10 |
thx! it works after removing that file name |
I am trying to reproduce Paraformer on Chesapeake dataset and during the training process I found that I will get the error of failing to read the tiff, how can I solve this problem?
ERROR 1: TIFFFillStrip:Read error at scanline 4294967295; got 0 bytes, expected 25709
ERROR 1: TIFFReadEncodedStrip() failed.
ERROR 1: ./dataset/Chesapeake_NewYork_dataset/HR_image/m_4207538_nw_18_1_naip-new.tif, band 1: IReadBlock failed at X offset 0, Y offset 5460: TIFFReadEncodedStrip() failed.
The text was updated successfully, but these errors were encountered: