detect-cell-edge-use-unet icon indicating copy to clipboard operation
detect-cell-edge-use-unet copied to clipboard

Unet

Results 5 detect-cell-edge-use-unet issues
Sort by recently updated
recently updated
newest added

When i run this code to test, i found a problem that ModuleNotFoundError: No module named 'libtiff'. I visited the website of stackoverflow and googled it, but I couldn’t solve...

merge之前,是把label作为通道2,原图作为通道0 splitmerge的时候 是把通道0作为label,把通道2作为图像 我观察了生成的图片,这样做确实是正确的,但是为什么通道会变换了呢? 另外,我看了一下,尽管原图是黑白的,它的RGB通道都是有数值的,为什么可以让label取代了它本来的一个通道?

为什么生成的每个子文件为空呢?

I am wondering if you can provide links for train-volume.tif, test-volume.tif and train-volume.tif

您好: 在看了您的代码后觉得很有帮助,但是readme写的不是很清楚。 目前不知道执行顺序。 2 data augmentation the data and label should be the same change 对于步骤2,先执行data.py,然后执行augdata.py? 目前出错,错误日志如下: loading data ------------------------------ load train images... ------------------------------ ------------------------------ load test images... ------------------------------ loading...