Rémi Cresson

Results 115 comments of Rémi Cresson

Hi @HardRock4Life , Not sure to understand what you want to achieve. With the otb applications shipped with OTBTF, you can resume the training of a pre-trained model. If you...

@yahcut looks like a oom issue as @nicolasnn pointed out

Hi, To do semantic segmentation, you can build some network that inputs patches, and outputs patches (for instance a U-Net like model is great). *Patches extraction* To extract the patches...

Hi, This is related to the use of docker. You must mount a volume to your container. Some users had the same issue: see [here](https://github.com/remicres/otbtf/issues/10).

Hi, You must train your model prior to apply it (It seems like you try to generate an image using a model that isn't trained). If you train your model...

Hi, I really don't know this system. In order to build OTBTF with TensorFlow, you must have the following: - `libtensorflow_cc.so` - `libtensorflow_framework.so` - TensorFlow `include` directory I suggest you...

Hi @viniciuspg , From what I understand, you should have installed the CUDA drivers for WSL (downloaded from [here](https://developer.nvidia.com/cuda/wsl)), in Windows. You should also have installed successfully WSL2 in windows,...

Hi @viniciuspg , I think that to use the CPU only is more straightforward, and as @Pratyush1991 mentioned you can do that using the Docker Desktop. I am sorry if...

:scream: I think that I will push your docker images on dockerhub...

I think that I pushed the wrong images... My local image all work fine, with tf 2.4.1. I will try to re-push the image on dockerhub