GithubHelp home page GithubHelp logo

dzcgaara / isic_2018_classification Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jiaxinzhuang/skin-lesion-recognition.pytorch

0.0 0.0 0.0 808 KB

Rank3 Code for ISIC 2018: Skin Lesion Analysis Towards Melanoma Detection, Task 3

Home Page: https://challenge2018.isic-archive.com/

Python 67.01% Shell 32.99%

isic_2018_classification's Introduction

README

New!!: Code would be updated with using some latest approaches proposed in Nips/CVPR 2019. [2019/11/26]

New!!: Code has been updated with very basic settings. [2019/11/26]

New!!: Code and README would be updated very soon [2019/11/19]

Rank-3, MICCAI 2018 grand challenge "ISIC 2018: Skin Lesion Analysis Towards Melanoma Detection", Task 3: "Lesion Diagnosis", 2018

Note: top 2 teams used additional public dataset to train models. However, our code don't use any extra data.

You can submit your prediction to liveboard now, if you want to find some better methods.

Leaderboard

0. Directory

  • src: contains all source codes
  • scripts: bash scripts to train the model under different settings
  • data: all images and csv file for splitting all data into training set and validation set.
. 
├── README.md
├── data
├── scripts
├── src
└── tags

You can download the dataset from Google Driver.

1. Run

You can run the code from top directory.

bash ./scripts/xxx.sh

2. Some ways to solve imbalanced data

  1. median class weight
weight_sample_ = np.array([1113,6705,514,327,1099,115,142])/10015
weight_sample_ = 0.05132302/weight_sample_
  1. Class weight

3. Training & Evaluation

See the scripts file.

tensorboard

mca, lr

tensorboard --logdir run

isic_2018_classification's People

Contributors

jiaxinzhuang avatar khliu2018 avatar

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.