BenjaminSchaar
BenjaminSchaar
(unet_test) benjaminschaar@A565-Benjamin-Mac Pytorch-UNet % python train.py INFO: Using device cpu INFO: Network: 3 input channels 2 output channels (classes) Transposed conv upscaling INFO: Creating dataset with 110 examples INFO: Scanning...
I get a error when installing requirements.txt for the numpy version needed: [schaar@login01 Pytorch-UNet]$ pip install numpy==1.23.5 Collecting numpy==1.23.5 Using cached numpy-1.23.5.tar.gz (10.7 MB) Installing build dependencies ... done Getting...
Hi, for a segmentation task i wanted the unet to ignore some parts of the real object, but it doesnt seem to understand it nd always create the mask also...
Hi, does the unet already include the described data augmentation mentioned in the paper?