Giter VIP home page Giter VIP logo

unet_implementation_pytorch's Introduction

Unet_Implementation_PyTorch

Unet主要用于图像分割问题。

本文将先简单介绍Unet的理论基础,然后使用pytorch一步一步地实现Unet图像分割。

文章链接:https://zhuanlan.zhihu.com/p/97488817

unet_implementation_pytorch's People

Contributors

qiuyan918 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

unet_implementation_pytorch's Issues

python version

Could u please show me your python version or others?
It ocured that

----> 7 from typing import Tuple, Dict, Optional, Iterable, NoReturn, Any, Union, Callable
      8 from .node import Target, Node, Argument, base_types
      9 

ImportError: cannot import name 'NoReturn'

NameError: name 'do_kaggle_metric' is not defined

您好,我运行您的程序的时候出现这个错误,这个是一个我没有导入的库吗?怎么解决呢?

100%|██████████| 3190/3190 [00:17<00:00, 184.54it/s]
100%|██████████| 810/810 [00:03<00:00, 239.47it/s]
Traceback (most recent call last):
File "F:/python_programs/SaltChallenge/Unet.py", line 332, in
val_loss, accuracy = test(val_loader, salt)
File "F:/python_programs/SaltChallenge/Unet.py", line 273, in test
precision, _, _ = do_kaggle_metric(predicts, truths, 0.5)
NameError: name 'do_kaggle_metric' is not defined

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.