Skip to content

basegun-ml v1.0.1

Compare
Choose a tag to compare
@AurelienmartW AurelienmartW released this 27 Jun 14:19
· 58 commits to master since this release
8d77340

First version of the basegun-ml package

Deep Learning Model version

Classification model

The classification model is based on YOLOV8.

  • model size : nano
  • dataset used : basegun V1
  • data augmentation : flip LR : 0.2, flip UD: 0.2, rotate +-180
  • hyperparameters : adamW, batch size 16
  • training date : January 15th 2024

    Keypoint detection model

    The keypoint detection model is based on YOLOV8.

  • model size : nano
  • dataset used : keypoints V1
  • data augmentation : None to avoid creation of "false" images
  • hyperparameters : Loss function : euclidean distance instead of OKS, Optimizer AdamW
  • training date : October 27th 2023

    Oriented Bounding Box card detection model

    The Oriented Bounding Box card detection model is based on YOLOV5.

  • model size : nano
  • dataset used : Card detection V1
  • data augmentation : No flip because of bounding box order, HSV augmentation full, rotate +-180
  • hyperparameters : batch size 2, optimizer: Adam
  • training date : December 4th 2023