Rémi Cresson

Results 120 comments of Rémi Cresson

The last error reminds me [this issue](https://github.com/remicres/otbtf/issues/28#issuecomment-678357022) in OTBTF. It happens when you try to import both `otbApplication` and `tensorflow` in the same python code. It is a current known...

Thanks. Do you know which parameter(s) did you manage to change?

Hi @roya0045 > I would guess that the High-resolution dataset and the lower resolution one were taken on the same day? Yes. The provided pre-trained model has been trained over...

Hi, Yes, you can use any source and/or target, with any number of spectral bands. Theoretically you can even train a deep net that uses source and/or target of different...

Hello @MattiaMartinelliGeo You need Tensorflow installed with the `libtensorflow_cc` and `libtensorflow_framework` libraries, and Orfeo ToolBox compiled with the otbtf remote module. It is a bit technical to setup (you can...

Yes, you have to mount the path you want access in the container (see the docker documentation: in command line append the `-v /local/path:/docker/path`, for docker desktop I don't know)

Hi @MattiaMartinelliGeo My guess is that there is something strange with your input image pixels values. What `gdal_stats --stats raster.tif` shows?

The model was trained from 16 bits images, TOC (Level 2A) reflectance. It works on Sentinel-2 images from THEIA, ESA, etc. at 10m spacing resolution. I don't know for GEE...

hi @ankshah131 , Thanks. Maybe it's because your computer does not support some of the CPU flags which have been used to build the docker image. Can give a try...