NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Activities completed this month
  1. Finished securing and setting up scoring program for DL Sparse view challenge: http://dl-sparse-view-ct-challenge.eastus.cloudapp.azure.com/
  2. Created sftp server for data hosting for DL Sparse view challenge: http://dl-sparse-view-ct-challenge.eastus.cloudapp.azure.com/
  3. I have a ported version of codalab to python3 working with custom changes to python and jQuery to update those libraries.
  4. Added Google Analytics to medici-challenges site:


    I used multiple computers to generate the data you see. Turned out to be as easy as making an account and pasting this code in:
    
      <!-- Global site tag (gtag.js) - Google Analytics -->
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-E6QEGBLBZQ"></script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());
    
        gtag('config', 'G-E6QEGBLBZQ');
      </script>

    Added Google Analytics to medici-challenges site:
    5. Opened these Challenges:
    1. MICCAI 2020 (https://miccai.westus2.cloudapp.azure.com/) - submissions working
    2. ISBI 2018 (http://isbichallenges.cloudapp.net/competitions/15#participate) - submissions working
    3. AAPM Grand Challenge RT-MAC (http://aapmchallenges.cloudapp.net/competitions/35#results34) - submissions not working and old data seems like it's missing
    4. SPIE AAPM (http://spie-aapm-nci-dair.westus2.cloudapp.azure.com/competitions/4#participate-submit_results) - submissions working, but we need to change open validation phase to open ended phase after test. Will require a code update from main codalab branch.
    5. RT-MAC AAPM Grand Challenge (http://aapmchallenges.cloudapp.net/competitions/3435#results) - submissions not working , but error may be easy to fix...looking into now.and old data seems like it's missing
Planned for next month
  1. Continue opening older challenges listed on https://medici-challenges.org so that people can still make submissions.
  2. Investigate Federated Learning Challenges (https://wiki.nci.nih.gov/display/NICC) presentation from Daniel Rubin, July 6th (under Presentations and Recordings from Previous Calls).
  3. Add indication on website (medici-challenges.org) which challenges accept submissions.
  4. Demo docker submissions to Emily Townley who is designing a MIDRC challenge. I should have a non-gpu and a gpu submission ready soon.

...