-
Notifications
You must be signed in to change notification settings - Fork 49
Roadmap
sshuair edited this page Dec 14, 2019
·
12 revisions
Develop roadmap
- data augmentation ✔️
- Classification ✔️
- Segmentation ✔️
- Detection ✔️
- models
- Classification: Resnet, DenseNet, ResNext ... ✔️
- Segmentation: UNet, UNet34, UNet101, UNet152 ✔️
- Github Action auto test ✔️
- Dockerfile & Docker image ✔️
- readthedocs: foucus on introduction ✔️
- pypi package ✔️
- training script
- Classification
- Segmentation
- Simple datasat dataloader:
- Classification: EuroSat, DeepSat
- Segmentation: Open AI Challenge: Tanzania
- metrics
- Classification
- Segmentation
- Tensorboard
- More Models
- Classification:
- Segmentation:
- Large Dataset Loader, such as SpaceNet, xView, BigEarthNet...
- Data Prepare tools.
- detection models
- detection training
- more specific task
- change detection
- time series pixel classification(for crop type or land cover classification)
- focus on Documents
- bug fix
- maybe website?
- first stable version release
- Multi-GPU Training?