Giter VIP home page Giter VIP logo

cloud-edge-coordinated-object-detection's Introduction

训练计划 01:

1. train big ssd net

如题

python train_big_ssd.py

2. train vgg (in small ssd, 下同)

用 big net 的 vgg 的输出作为 ground truth, 在 ImageNet 数据集上训练 vgg 。 该步骤为预训练,不确定需要训练到何种程度。

3. train detection net

用 knowledge distilling 训练 small ssd 中的检测网络。

4. prepare data set

准备用于 confidence net 训练的数据集。

根据训练好的 detection net 的输出与 ground truth 比对,得到 mAP 作为指标。 如果 mAP 大于一定阈值,则认为该图片易于识别;否则,认为其难以识别。 将易于识别的图片的 GT 设为 1,难以识别设为 0

5. train confidence net

用第 4 步准备的数据集,训练 confidence net

cloud-edge-coordinated-object-detection's People

Contributors

fantome-pan avatar pan-heng 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.