Skip to content

v0.0.1. First release

Compare
Choose a tag to compare
@tuttelikz tuttelikz released this 25 Aug 20:02

TLDR:
This is the very first release. In this release, we ship various baseline models for classification, segmentation, detection, super-resolution and image translation tasks. As well, basis for model trainers and biodatasets are described here. Architectures are not as clean. Please refer to new releases in the future.

Biodatasets:

  • ChestXrayDataset
  • DSB18Dataset
  • HistocancerDataset
  • RANZCRDataset
  • RetinopathyDataset

Trainers:

  • BaseTrainer
  • ConvnetTrainer
  • GanTrainer

Models:

  • DenseNet
  • GoogLeNet
  • VGG
  • ResNet
  • MobileNetV2
  • ShuffleNetV2
  • ViT
  • U-Net
  • Attention U-Net
  • FasterRCNN
  • YOLOv3
  • CycleGAN
  • SRGAN