Giter Site home page Giter Site logo

u_net_liver's People

Contributors

javispeng 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

u_net_liver's Issues

About dataset

I would like to ask whether the data set is a public data set. If so, can you give me the official link of the dataset

均值标准差

你好,为什么主代码中的均值标准差,是RGB形式的呢?数据中的图片是灰度的啊

如何画出acc曲线

你好,请问你一下,你这个网络有可视化的一些程序么?因为没有损失函数曲线什么的。

THANK YOU PLEASE HELP ME

usage: main.py [-h] [--batch_size BATCH_SIZE] [--weight WEIGHT] action
main.py: error: the following arguments are required: action

Error

When I paste your code

python main.py train

in the terminal, it works.
But when I implement the main.py file in the spyder, it shows the following error:

usage: main.py [-h] [--batch_size BATCH_SIZE] [--ckp CKP] action
main.py: error: the following arguments are required: action
An exception has occurred, use %tb to see the full traceback.

How to solve this ERROR?

license

May I ask which kind of license this project is using?

如何在可视化结果中用绿色标注目标?

    with torch.no_grad():
        for x, _ in dataloaders:
            y=model(x)
            img_y=torch.squeeze(y).numpy()
            plt.imshow(img_y)

请问测试代码中这一段img_y输出的值代表什么呢?如何用绿色或者红色标注出图像中的目标?

大老多分类怎么写呢?

if num_classes>1: # 多分类 - 损失函数,多分类
#pred=torch.rand(batch_size,num_classes,img_size,img_size)
target=torch.randint(num_classes,(batch_size,img_size,img_size))
loss=criterion(outputs,target)
else:
loss = criterion(outputs, labels) #损失函数,单分类

这个地方不会写呢

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.