Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
/ classification Public archive

Experimental performance records for classification model

Notifications You must be signed in to change notification settings

Basars/classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Experimental performance records

Params

Pre-trained weights: imagenet - resnet50
Input shape: (224, 224, 3)
Encoder trainable: False
Batch size: 32
Epochs: 533

Model

Input Image (224, 224, 3) → resnet50 (224, 224, 32) → Result (4)

Total params: 49,725,436
Trainable params: 40,912,012
Non-trainable params: 8,813,424

Dataset

Preprocessing

  1. Remove malformed images from entire dataset.
  2. Fill missing polygons from label data using CVAT.
  3. Exports its ROI, binary masks and transformed original images.
  4. Select pixel from binary masks.

Compile options

Loss

  • categorical_crossentropy

Metrics

  • categorical_accuracy

Optimizer

  • Adam

Results

loss_graph acc_graph

Evaluation

performance

About

Experimental performance records for classification model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published