You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have trained a model using the sat-nerf model, with the provided dataset files for the location JAX_004.
Unfortunately most of the files generated in the logs/val/ directory appear to be completely empty (except the dsm directory)
I afterwards ran the eval_satnerf.py script. But here again, most of the files are empty.
The only files not empty are in the dsm, rdsm, and rdsm_diff folders. But if I understand it correctly, these are generated based on the data from the dfc2019 truth.
I opened every other .tif in QGIS and every single one of them has an empty histogram, so it's seems to me they are just totally empty.
I again ran the eval_satnerf.py script, but this time for the pretrained model Jax_004/Sat-NeRF+DS+SC. This has resulted in the same empty files as with my own trained model.
How did you open the .tif files and asses them? Or are you aware of any errors that could occur when writing the files?
The text was updated successfully, but these errors were encountered:
We use rasterio to open and write .tif files within python. I personally use the vpv viewer to visualize them in a comfortable way.
My first intuition is, maybe, it's a metadata issue. The dsm, rdsm and rdsm_diff files that you see as not empty are georeferenced using the DFC2019 GT data (you can check that with gdalinfo <filename.tif>), while the rest of tif are not georeferenced. I would suggest that you try opening them with rasterio in python and see if you run into any problems.
Just to make sure: what is the size of the tif files that you see as empty ?
Hello,
I have trained a model using the sat-nerf model, with the provided dataset files for the location JAX_004.
Unfortunately most of the files generated in the
logs/val/
directory appear to be completely empty (except thedsm
directory)I afterwards ran the
eval_satnerf.py
script. But here again, most of the files are empty.The only files not empty are in the
dsm
,rdsm
, andrdsm_diff
folders. But if I understand it correctly, these are generated based on the data from the dfc2019 truth.I opened every other .tif in QGIS and every single one of them has an empty histogram, so it's seems to me they are just totally empty.
I again ran the eval_satnerf.py script, but this time for the pretrained model
Jax_004/Sat-NeRF+DS+SC
. This has resulted in the same empty files as with my own trained model.How did you open the .tif files and asses them? Or are you aware of any errors that could occur when writing the files?
The text was updated successfully, but these errors were encountered: