Training with a set of ungeoreferenced image files #1585
Unanswered
MathiasBaumgartinger
asked this question in
Q&A
Replies: 1 comment 8 replies
-
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am using a dataset that consists of individual ungeoreferenced image files for training (
.bmp
in my specific case)? As suggested in the docs:Consequently, I get
Warning 1: gdalbuildvrt does not support ungeoreferenced image. Skipping /path/to/image.bmp
and the subsequent errorrasterio.errors.RasterioIOError: /tmp/tmp7z6zermj/tmphkqhto1f/tmprocf63op/index.vrt: No such file or directory
.Is there any possibility to circumvent this problem for training? I am not using a plain pytorch model because the predictions shall be performed on large tiffs again.
Beta Was this translation helpful? Give feedback.
All reactions