Giter Site home page Giter Site logo

自动分割的问题 about arssr HOT 16 CLOSED

iwuqing avatar iwuqing commented on July 29, 2024
自动分割的问题

from arssr.

Comments (16)

iwuqing avatar iwuqing commented on July 29, 2024

我们使用的是他自带的模板。你这个结果确实感觉差距有点大。我想是不是这个参数do_preprocessing=True要设置为false?因为这个代码太久了,我也记不太清了。

from arssr.

FreshmanMa avatar FreshmanMa commented on July 29, 2024

from arssr.

iwuqing avatar iwuqing commented on July 29, 2024

应该是用了GPU。但我记得分割速度确实不是特别快,应该是因为3D的问题。

from arssr.

FreshmanMa avatar FreshmanMa commented on July 29, 2024

应该是用了GPU。但我记得分割速度确实不是特别快,应该是因为3D的问题。

大哥,我没弄出来,难受!能帮忙找下你们之前用的代码吗?

from arssr.

iwuqing avatar iwuqing commented on July 29, 2024

我找找啊,因为时间实在太久了,而且这个代码也不是主要的代码。所以真不一定能找到了。

from arssr.

iwuqing avatar iwuqing commented on July 29, 2024

应该是用了GPU。但我记得分割速度确实不是特别快,应该是因为3D的问题。

大哥,我没弄出来,难受!能帮忙找下你们之前用的代码吗?

顺便你可以说下你现在是有啥问题吗?

from arssr.

FreshmanMa avatar FreshmanMa commented on July 29, 2024

应该是用了GPU。但我记得分割速度确实不是特别快,应该是因为3D的问题。

大哥,我没弄出来,难受!能帮忙找下你们之前用的代码吗?

顺便你可以说下你现在是有啥问题吗?

找不找到都太感谢了,太感谢了,目前最好的分割效果还是我上面那个图,我尝试了do_preprocessing=True改成False更不对,我在github问了ANTsPyNet的大佬,让我尝试用没去颅骨的数据试下,后来我tensorlfow环境出问题了就没测试成。我又尝试了其他的自动分割的方法,HighRes3DNet,我试了下在unprocessed 的HCP数据上还可以分割得感觉正常,但在processed的HCP数据上就分割不对,几乎就自动分割不出来。

from arssr.

FreshmanMa avatar FreshmanMa commented on July 29, 2024

应该是用了GPU。但我记得分割速度确实不是特别快,应该是因为3D的问题。

大哥,我没弄出来,难受!能帮忙找下你们之前用的代码吗?

顺便你可以说下你现在是有啥问题吗?

师兄,能找到嘛?之前环境就突然不行了,现在咋装都不对,给我人装麻了

from arssr.

iwuqing avatar iwuqing commented on July 29, 2024

不好意思,我这几天在忙一个会议的返稿。所以最近没啥时间,如果你很急的话可以参考下这篇文章是怎样做分割的。他们也做了一样的分割评估:https://arxiv.org/pdf/2205.11346.pdf

from arssr.

FreshmanMa avatar FreshmanMa commented on July 29, 2024

不好意思,我这几天在忙一个会议的返稿。所以最近没啥时间,如果你很急的话可以参考下这篇文章是怎样做分割的。他们也做了一样的分割评估:https://arxiv.org/pdf/2205.11346.pdf

好,师兄,你最近先忙,有时间找就行,我也不着急,就是弄不出来难受。我在找找其他的分割的方法看看能不能用,感谢!

from arssr.

FreshmanMa avatar FreshmanMa commented on July 29, 2024

不好意思,我这几天在忙一个会议的返稿。所以最近没啥时间,如果你很急的话可以参考下这篇文章是怎样做分割的。他们也做了一样的分割评估:https://arxiv.org/pdf/2205.11346.pdf

你好,实在不好意思,又打扰你了,我最近重新装了Antspynet的GPU版本,也可以用了,我用没有skull-stripped的HCP 1200 data做出来好像是对的
results_with_skull-stripped

但是,我将 antspynet.utilities.deep_atropos(image, do_preprocessing=False, verbose=True) do_preprocessing=False改成了False,用GPU跑出来的结果,在形状上是对上了,但出现了新的问题,我很郁闷。下图所示:

分割结果不用 d0_processed=False

from arssr.

FreshmanMa avatar FreshmanMa commented on July 29, 2024

你好,我找到了解决方法,并尝试做出来了结果。太感谢之前你的回复了!
image

from arssr.

iwuqing avatar iwuqing commented on July 29, 2024

你好,我找到了解决方法,并尝试做出来了结果。太感谢之前你的回复了! image

恭喜你哦!祝你一切顺利

from arssr.

FreshmanMa avatar FreshmanMa commented on July 29, 2024

你好,我找到了解决方法,并尝试做出来了结果。太感谢之前你的回复了! image

恭喜你哦!祝你一切顺利

太感谢你了,同样祝你一切顺利!

from arssr.

hongtao-gg avatar hongtao-gg commented on July 29, 2024

你好,我找到了解决方法,并尝试做出来了结果。太感谢之前你的回复了! image

大佬 可以请教一下这个自动分割是怎么做到的吗

from arssr.

FreshmanMa avatar FreshmanMa commented on July 29, 2024

from arssr.

Related Issues (13)

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.