pixel-decoder
pixel-decoder copied to clipboard
A tool for running deep learning algorithms for semantic segmentation with satellite imagery
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Loss and accuracy parameters just say NaN _loss: nan - dice_coef: nan - dice_coef_rounded: nan - binary_crossentropy: nan - val_loss: nan - val_dice_coef: nan - val_dice_coef_rounded: nan - val_binary_crossentropy: nan_...
It looks like some stdout/stderr got logged to the requirement.txt file, so we're unable to install the needed deps. Great project btw!
Hello, I tried using pixel-decoder as you suggested in the readme file, however I am having problems with training my dataset. I use: `train.train(batch_size=4, imgs_folder=imgs, masks_folder=masks, models_folder=models, model_id='resnet_unet', origin_shape_no=256, border_no=32)`...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...