modelai / ymir-executor-fork

docker images for training, mining and infer for ymir

Home Page:https://ymir-executor-fork.readthedocs.io/zh/latest/#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ymir-executor documentation English | 简体中文

overview

docker image finetune tensorboard args/cfg options framework onnx pretrained weights
yolov4 ? ✔️ darknet + mxnet local
yolov5 ✔️ ✔️ ✔️ pytorch ✔️ local+online
yolov7 ✔️ ✔️ ✔️ pytorch local+online
mmdetection ✔️ ✔️ ✔️ pytorch local+online
detectron2 ✔️ ✔️ ✔️ pytorch online
vidt ? ✔️ ✔️ pytorch online
nanodet ✔️ ✔️ pytorch_lightning local+online
  • online pretrained weights may download through network

  • local pretrained weights have copied to docker images when building image

benchmark

  • training dataset: voc2012-train 5717 images
  • validation dataset: voc2012-val 5823 images
  • image size: 640

gpu: single Tesla P4

docker image batch size epoch number model voc2012 val map50 training time note
yolov5 16 100 yolov5s 70.05% 9h coco-pretrained
vidt 2 100 swin-nano 54.13% 2d imagenet-pretrained
yolov4 4 20000 steps yolov4 66.18% 2d imagenet-pretrained
yolov7 16 100 yolov7-tiny 70% 8h coco-pretrained

gpu: single GeForce GTX 1080 Ti

docker image image size batch size epoch number model voc2012 val map50 training time note
yolov4 608 64/32 20000 steps yolov4 72.73% 6h imagenet-pretrained
yolov5 640 16 100 yolov5s 70.35% 2h coco-pretrained
yolov7 640 16 100 yolov7-tiny 70.4% 5h coco-pretrained
mmdetection 640 16 100 yolox_tiny 66.2% 5h coco-pretrained
detectron2 640 2 20000 steps retinanet_R_50_FPN_1x 53.54% 2h imagenet-pretrained
nanodet 416 16 100 nanodet-plus-m_416 58.63% 5h imagenet-pretrained

how to import pretrained model weights

reference

object detection

semantic segmenation

instance segmentation

resource

About

docker images for training, mining and infer for ymir

https://ymir-executor-fork.readthedocs.io/zh/latest/#

License:Apache License 2.0


Languages

Language:Python 69.5%Language:C 19.8%Language:Cuda 4.6%Language:C++ 3.9%Language:Jupyter Notebook 0.8%Language:CMake 0.6%Language:PowerShell 0.4%Language:Dockerfile 0.2%Language:Shell 0.1%Language:Makefile 0.1%Language:C# 0.0%Language:Batchfile 0.0%Language:CSS 0.0%