unet
unet copied to clipboard
U-Net Biomedical Image Segmentation
Hello I am trying to train on the differrent task. While the braintumor Task01 training works, the others dont. I get this error below File ".../medical-decathlon/2D/dataloader.py", line 204, in generate_batch_from_files...
Because because numValTest = numFiles - num_train and num_val = num_ValTest *validate_test_split showing that val_data is only a % of numValTest. Shouldn't the remaining % of numValTest be num_test, meaning...
I am using virtual machine with ubuntu openvino 2021.2 ----------------------------- WARNING:tensorflow:From /home/owais/anaconda3/envs/decathlon/lib/python3.6/site-packages/tensorflow_core/python/data/util/random_seed.py:58: where (from tensorflow.python.ops.array_ops) is deprecated and will be removed in a future version. Instructions for updating: Use tf.where...
Apparently, there is a bug in the algorithm behind the function `generate_batch_from_files` in the file `dataloader.py` in the 2D directory. **It does not read all slices of some files.** Below...