Giter Club home page Giter Club logo

Comments (11)

michaelschwier avatar michaelschwier commented on June 15, 2024 1

@lidaryani I got it working by building Jonlong's caffe version and running Cascaded-FCN with that one. See also the Cascaded-FCN jupyter notebook and issue #3

from cascaded-fcn.

VincentXWD avatar VincentXWD commented on June 15, 2024

@wwlaoxi Hi, have you solved this problems ?

from cascaded-fcn.

michaelschwier avatar michaelschwier commented on June 15, 2024

Same problem here. I'm running the notebook in an official Caffe release docker in CPU mode.

liversegerror

@mohamed-ezz @PatrickChrist @FelixGruen Any help/hints towards solving this would be appreciated!

from cascaded-fcn.

lidaryani avatar lidaryani commented on June 15, 2024

I also achieved the same result. The predicted slice was not a satisfactory result. With regard to the previous issue (#31 ), I tested it in CPU mode and was unacceptable again.
@mohamed-ezz @PatrickChrist @FelixGruen Do we have to consider a particular item in the implementation?

from cascaded-fcn.

mohamed-ezz avatar mohamed-ezz commented on June 15, 2024

Hello @lidaryani , please see this note about the Caffe version and the crop layer #3 (comment)

from cascaded-fcn.

keesh0 avatar keesh0 commented on June 15, 2024

I used the docker image (Jon Long) on new CT volumes.
The inference was impressive.
Using Caffe 1.0.0, I am getting identical results to the above Prediction screenshot.

Could somebody please provide an example of updating the model r/e the crop layer--
#3 (comment)

from cascaded-fcn.

keesh0 avatar keesh0 commented on June 15, 2024

I used the docker image (Jon Long) on new CT volumes.
The inference was impressive.
Using Caffe 1.0.0, I am getting identical results to the above Prediction screenshot.

Could somebody please provide an example of updating the model r/e the crop layer--
#3 (comment)

Here is my updated crop layers which appeared to work under Cafe 1.0.0 (AWS Python 3 configured)

layer {
name: "crop_d3c-d3cc"
type: "Crop"
bottom: "d3c" *current blob size (1, 512, 64, 64)
bottom: "u3a" *desired blob size (1, 512, 56, 56)
top: "d3cc"
crop_param {
axis: 2
offset: 4
offset: 4
}
}
layer {

type: "Crop"
bottom: "d2c" (1, 256, 136, 136)
bottom: "u2a" *desired blob size (1, 256, 104, 104)
top: "d2cc"
crop_param {
axis: 2
offset: 16
offset: 16
}
}
layer {
name: "crop_d1c-d1cc"
type: "Crop"
bottom: "d1c" (1, 128, 280, 280)
bottom: "u1a" *desired blob size (1, 128, 200, 200)
top: "d1cc"
crop_param {
axis: 2
offset: 40
offset: 40
}
}
layer {
name: "crop_d0c-d0cc"
type: "Crop"
bottom: "d0c" (1, 64, 568, 568)
bottom: "u0a" *desired blob size (1, 64, 392, 392)
top: "d0cc"
crop_param {
axis: 2
offset: 88
offset: 88
}
}

offset = (current blob size - desired blob size) / 2

I am down to just the following warning which I hope are related to training and not inference:
I0610 23:47:14.142359 4565 net.cpp:744] Ignoring source layer bn_d0b (batch normalization?)
I0610 23:47:14.169219 4565 net.cpp:744] Ignoring source layer loss (loss for training?))

from cascaded-fcn.

tobimichigan avatar tobimichigan commented on June 15, 2024

@keesh0 , please could you share the source of the new CT volumes you used?
Thank you.

from cascaded-fcn.

keesh0 avatar keesh0 commented on June 15, 2024

Sure.

  1. 3DIRCAD dataset-- 20 venous phase enhanced CT volumes from various European hospitals with different CT scanners [test#0, training cfcn network]

  2. TCGA-LIHC is The Cancer Genome Atlas Liver Hepatocellular Carcinoma (TCGA-LIHC) [test set]
    https://wiki.cancerimagingarchive.net/display/Public/TCGA-LIHC

from cascaded-fcn.

tobimichigan avatar tobimichigan commented on June 15, 2024

@keesh0 , very many thanks.
Besides, I encountered some bugs whilst trying out this repo, I have opened an issue on it here:
#34 and I hope the owner will proffer solution to it.
Where you able to plot accuracy curve for the predicted images?

from cascaded-fcn.

keesh0 avatar keesh0 commented on June 15, 2024

I did not try to plot the accuracy curve.
Here is my wrapper code-- https://github.com/keesh0/cfcn_test_inference/blob/master/python/test_cascaded_unet_inference.py

from cascaded-fcn.

Related Issues (20)

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.