├── dataset.py
├── layer.py
├── model.py
├── train.py
├── test.py
├── labels
│ ├── train
│ └── test
├── datasets
│ ├── train
│ └── test
└── main.ipynb
This repository is for making deep learning trained model for "Bone Age Assessment".
Labels, Datasets are private now (gitignoed), but the way i used these data are in code.
You can see my blog post about this respository.