Releases: remicres/otbtf
Version 1.7
New docker images:
-Ubuntu Xenial hosting OTBTF with OTB 7.0 + TensorFlow 1.14 + python3
-Ubuntu Xenial with NVIDIA runtime, hosting OTBTF with OTB 7.0 + TensorFlow 1.14 + python3 + CUDA + CUDNN, with following GPU compute capabilities: 6.1, 5.2, 3.5
Version 1.6
-Fix a bug related to coordinates tolerance (TensorflowModelTrain can now use patches that do not occupy physically the same space)
-Fix dockerfile (add important environment variables, add a non-root user, add an example how to run the docker image)
Version 1.5.1
-Ubuntu bionic dockerfile
-Doc tags for QGIS3 integration
Version 1.3
-Add 3 models that can be directly trained with TensorflowModelTrain (one CNN net, one FCN net, one 2-branch CNN net performing separately on PAN and XS images)
-Fix a bug occuring when using a scale factor <> 1 with a non-unit expression field
-Fix incorrect batch size in learning filters when batch size was not a multiple of number of batches
-Add some documentation