Base Model
Model
- base network : Unet
- encoder : mobilenet_V2
- pretrained : imagenet
- image : issue
Comparing resnet34, efficientnet-b0, mobilenet_v2, I find that 4-10 epochs are sufficiently trained. Therefore, I want to reduce the inference time by selecting moblienet_v2 with the fewest parameters.
Augmentation
1. Total Process

2. Code Implementation
3. Performance Evaluation
Base Model
ModelComparing resnet34, efficientnet-b0, mobilenet_v2, I find that 4-10 epochs are sufficiently trained. Therefore, I want to reduce the inference time by selecting moblienet_v2 with the fewest parameters.
Augmentation1. Total Process

2. Code Implementation
3. Performance Evaluation