DIUx-xView / xView2_baseline

Baseline localization and classification models for the xView 2 challenge.
https://xview2.org
Other
198 stars 82 forks source link

Unable to view images after downloading "Full datasets with GEOTIFF metadata" #19

Open RaagaMadappa opened 2 years ago

RaagaMadappa commented 2 years ago

Hello

I am unable to view the .tif files after downloading them from the "Full datasets with GEOTIFF metadata" menu. I confirmed the SHA1 checksum of each file after download and of the combined file. I used the tar option to decompress as stated in the instructions. But all the images are blank. Do I need to convert them to another format before I can use them?

Thanks!

rongtongxueya commented 2 years ago

Hello, do you know how to divide the dataset by the name of the disaster suffered? The dataset I downloaded only has the pre- and post-disaster images in one file and I don't know how to divide the dataset by the type of disaster suffered, so I can't run the author's code. Can you help me with my doubts, thanks!

IcarusFal commented 1 year ago

Hello

I am unable to view the .tif files after downloading them from the "Full datasets with GEOTIFF metadata" menu. I confirmed the SHA1 checksum of each file after download and of the combined file. I used the tar option to decompress as stated in the instructions. But all the images are blank. Do I need to convert them to another format before I can use them?

Thanks!

hi, I have the same problem.. I did all the steps correctly as the way they said in website but all images are black ... if your problem is solved please tell me how

TangSL1ping commented 11 months ago

Hello I am unable to view the .tif files after downloading them from the "Full datasets with GEOTIFF metadata" menu. I confirmed the SHA1 checksum of each file after download and of the combined file. I used the tar option to decompress as stated in the instructions. But all the images are blank. Do I need to convert them to another format before I can use them? Thanks!

hi, I have the same problem.. I did all the steps correctly as the way they said in website but all images are black ... if your problem is solved please tell me how

Hello I am unable to view the .tif files after downloading them from the "Full datasets with GEOTIFF metadata" menu. I confirmed the SHA1 checksum of each file after download and of the combined file. I used the tar option to decompress as stated in the instructions. But all the images are blank. Do I need to convert them to another format before I can use them? Thanks!

hi, I have the same problem.. I did all the steps correctly as the way they said in website but all images are black ... if your problem is solved please tell me how

Hello, I have the same problem as you, after predicting and running the inference.sh file, the output picture is solid black, I would like to ask you did you solve this problem?

leondada commented 8 months ago

Hello I am unable to view the .tif files after downloading them from the "Full datasets with GEOTIFF metadata" menu. I confirmed the SHA1 checksum of each file after download and of the combined file. I used the tar option to decompress as stated in the instructions. But all the images are blank. Do I need to convert them to another format before I can use them? Thanks!

hi, I have the same problem.. I did all the steps correctly as the way they said in website but all images are black ... if your problem is solved please tell me how

I have the same problem……

deg4uss3r commented 8 months ago

These are GeoTiff files not TIFFs.

If you want to view them locally I would recommend using something like QGIS and following these instructions.

Screenshot 2024-02-01 at 12 11 29
leondada commented 8 months ago

These are GeoTiff files not TIFFs.

If you want to view them locally I would recommend using something like QGIS and following these instructions.

Screenshot 2024-02-01 at 12 11 29

Thanks. I find a way to handle this problem. import tifffile as tf and then tf.imread(xxx.tif)