Giter Club home page Giter Club logo

tl-templates's Introduction

迁移学习工作流模板

上海仪电人工智能创新院AI中台(以下简称AIMP)中内置迁移学习目标检测工作流模板。用户可以直接使用该工作流,实现基于YOLOv5YOLOv6的金枪鱼识别工作流训练流程。也可根据自身目标检测任务,定制和开发自己的工作流。

金枪鱼识别工作流

工作流模板见 template.yaml

数据集介绍

金枪鱼识别数据集包含2类待识别目标:浮水鱼群和集鱼装置。数据集目录结构如下:

│   ├── tunas_dataset
│   │   ├── annotations
│   │   │   ├── instances_train.json
│   │   │   └── instances_val.json
│   │   ├── images
│   │   │   ├── train
│   │   │   └── val
│   │   ├── labels
│   │   │   ├── train
│   │   │   ├── val

具体数据集构建过程参考 YOLOv6

支持算法介绍

  • YOLOv5系列
    • yolov5n
    • yolov5s
    • yolov5m
    • yolov5l
    • yolov5x
  • YOLOv6系列
    • yolov6n
    • yolov6t
    • yolov6s
    • yolov6m
    • yolov6l

自定义工作流模板

  • 构建自己的数据集

  • 修改配置文件

    • 根据自定义数据集的信息,修改configs/yolo/data/yolov5_tunas_data.yaml 和yolov6_tunas_data.yaml的对应信息
    • 修改configs/yolo/models/yolov5*.yaml文件,修改nc 为对应的类别数
  • 修改template.yaml中与数据集相关的dataset-name和dataset-url字段

tl-templates's People

Contributors

chuangxinyuan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.