Giter Site home page Giter Site logo

knowledge-distillation-yolov5's Introduction

Knowledge-Distillation-yolov5 基于yolov5的知识蒸馏

1、知识在yolov5原始项目中修改了train.py中的损失调用,参数定义,训练方法定义,教师模型定义。

2、在原yolov5的loss.py文件中定义了蒸馏损失计算方法。

3、用MSELoss()计算中间特征矩阵的方法让教师模型监督约束学生模型应该是不行的,原因可能是大量无用的grid_cell让有价值的grid_cell淹没在了茫茫数据之中。因此应该挑选出有价值的数据点后在使用。

knowledge-distillation-yolov5's People

Contributors

tyler-chenn 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.