Giter VIP home page Giter VIP logo

ribfrac-challenge's People

Contributors

duducheng avatar kaimingkuang 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ribfrac-challenge's Issues

About empty data in val dataset

I use the val data set for evaluation. However, there are some errors when running to certain data. Does the evaluation.py file have any problems with the handling the NII files without fractures?

About the 'environ.py' file

First, many thanks for publicing such an excellent dataset.

However, it seems that the ‘environ.py’ in the ‘ribfrac’ is empty.
I wonder if you have adjusted the annotation of the label when you adjust the file structure.

I mean, the original label files seem to be marked according to the serial number of the fracture. How will they be evaluated? Do the labels need to be converted into specific category annotations according to the csv file?

Looking forward to your reply (●'◡'●)

Should -1 Fractures Be Included in the Detection Task?

Hello,

I have a question regarding the fracture detection task. In the training dataset, there are fractures labeled as -1. Should these -1 labeled fractures be included in the detection task, or should they be ignored?

Thank you for your assistance.

semantic error on the evaluation code

There's a semantic error in "_interpolate_recall_at_fp".
Line 336-340:
fp_0 = fp_recall_less_fp["fp"].values[-1]
fp_1 = fp_recall_more_fp["fp"].values[0]
recall_0 = fp_recall_less_fp["recall"].values[-1]
recall_1 = fp_recall_more_fp["recall"].values[0]

The correct code should be:
fp_0 = fp_recall_less_fp["fp"].values[0]
fp_1 = fp_recall_more_fp["fp"].values[-1]
recall_0 = fp_recall_less_fp["recall"].values[0]
recall_1 = fp_recall_more_fp["recall"].values[-1]

Ask for advice

I have used many models to train this data, but the effect is very poor and there is no detection effect. Can anyone guide me?

About the annotation of the datasets

Hi, dear organizer.

During verifying the performance of our method, we meet some problems with annotations in Training set and Validation Set.
It mainly includes the following two aspects:

  1. It seems that some fracture areas in the Validation Set are not annotated. As shown in the figure, there are two abnormal cortical bones, but the annotated area does not include these two places.
    image
    image
  2. Part of the fracture occurred on multiple ribs, but only have one label. Such as the RibFrac114 in Training set and RibFrac445 in Validation Set. This may be for the convenience of annotating. However, annotations like this with gaps in the middle may have problems while under evaluation. (see line 246 in evaluation.py for details) When the centroid(x, y, z) is located in these gaps, whether it exists possible for the original labels to be classified as the 'Background'?
    image
    image

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.