Error for all 0 Bytes files: Directory Photo: IFD exceeds data buffer, cannot read next pointer.
There is a funny annotation in exif-data: Image Data > ImageDescription > {"applied_s236562":true}
I have added two manually downloaded pictures from the sequence_id R59T5DwBwa9W8jH6LJs0xQ, maybe it is easier to debug the exif extraction with these files:
OK.jpg: working with the script
KO.jpg: failing with the error Directory Photo: IFD exceeds data buffer, cannot read next pointer.
when using the mapillary_download.py to get a sequence, about 30-40% of downloaded pictues are 0 Bytes
see full description here: https://forge.chapril.org/tykayn/mapillary_download/issues/3
traced it down to: https://github.com/Stefal/mapillary_download/blob/d3c69c2027a2e593b47416729745cf3ac4efe575/mapillary_download.py#L39
Error for all 0 Bytes files: Directory Photo: IFD exceeds data buffer, cannot read next pointer. There is a funny annotation in exif-data: Image Data > ImageDescription >
{"applied_s236562":true}
I have added two manually downloaded pictures from the sequence_id
R59T5DwBwa9W8jH6LJs0xQ
, maybe it is easier to debug the exif extraction with these files:Directory Photo: IFD exceeds data buffer, cannot read next pointer
.