GithubHelp home page GithubHelp logo

detect-cell-edge-use-unet's People

Contributors

silencemao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

detect-cell-edge-use-unet's Issues

在myAugmentation里面的方法splitMerge中,通道反了

merge之前,是把label作为通道2,原图作为通道0
splitmerge的时候 是把通道0作为label,把通道2作为图像
我观察了生成的图片,这样做确实是正确的,但是为什么通道会变换了呢?

另外,我看了一下,尽管原图是黑白的,它的RGB通道都是有数值的,为什么可以让label取代了它本来的一个通道?

Seems to be an unsolvable problem.

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 it in the end.

关于U-net的执行顺序问题

您好:
在看了您的代码后觉得很有帮助,但是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 data done
/Users/ericliu/cv/detect-cell-edge-use-unet/data.py:231: RuntimeWarning: Mean of empty slice.
mean = imgs_test.mean(axis=0)
/Users/ericliu/anaconda/lib/python2.7/site-packages/numpy/core/_methods.py:73: RuntimeWarning: invalid value encountered in true_divide
ret, rcount, out=ret, casting='unsafe', subok=False)
Traceback (most recent call last):
File "/Users/ericliu/cv/detect-cell-edge-use-unet/unet_test.py", line 169, in
myunet.train()
File "/Users/ericliu/cv/detect-cell-edge-use-unet/unet_test.py", line 153, in train
model = self.get_unet()
File "/Users/ericliu/cv/detect-cell-edge-use-unet/unet_test.py", line 87, in get_unet
print("conv1 shape:", conv1.shape)
AttributeError: 'Tensor' object has no attribute 'shape'

Process finished with exit code 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.