MiceBoneChallenge: Micro-CT public dataset and six solutions for automatic growth plate detection in micro-CT mice bone scans
The repository has the source code for 6 solutions developed by 6 teams in Anonymous Company internal challenge on detecting the growth plate plane index (GPPI) in 3D micro-CT mice bones.
For the challenge, we prepared and annotated a unique high quality micro-CT 3D bone imaging dataset from 83 mice [dataset].
We will release all training and test data to facilitate reproducibility and farther model development.
The code from the teams has both training scripts as well as scripts for the inference using the pretrained solutions.
The approaches per team are in ../approaches/teamname
The six approaches are from the following six teams:
SafetyNNet
or SN team [description][code][model];Matterhorn
or MH team [description][code][model];Exploding Kittens
or EK team [description][code][model];Code Warriors 2
or CW team [description][code][model];Subvisible
or SV team [description][code][model];Byte me if you can
or BM team [description][code][model];
The following requirements are for all six approaches:
Linux platforms are supported - as long as the dependencies are supported on these platforms.
Anaconda or miniconda with Python 3.9 - 3.11
The tool has been developed on a Linux platform.
Python libraries and their versions are in requirements.txt
The software is licensed under the MIT license (see LICENSE file), and is free and provided as-is.