Git Product home page Git Product logo

Comments (6)

argusswift avatar argusswift commented on May 14, 2024 1

就是训练过程中,训练很快,但是有验证部分很慢。

刚开始的时候因为训练不完全,导致网络回归出很多冗余框,前向推理过程中NMS的速度很慢。后面的几轮稍微好一点,建议将开始验证epoch设置为30(CSPDarknet)或者是50(mobilenet).

from yolov4-pytorch.

sakurasakura1996 avatar sakurasakura1996 commented on May 14, 2024

我看到代码中如果训练数据是VOC格式和Customer格式的话,用的是Evaluator,COCO格式的话使用的是COCOAPIEvaluator,COCOAPIEvaluator中有使用到val['batch_size'],是我使用的是Customer格式,然后验证过程是一张一张图片进行计算的原因吗

from yolov4-pytorch.

argusswift avatar argusswift commented on May 14, 2024

我看到代码中如果训练数据是VOC格式和Customer格式的话,用的是Evaluator,COCO格式的话使用的是COCOAPIEvaluator,COCOAPIEvaluator中有使用到val['batch_size'],是我使用的是Customer格式,然后验证过程是一张一张图片进行计算的原因吗

是开始验证的过程很慢吗,还是最后用best.pt验证的时候很慢

from yolov4-pytorch.

sakurasakura1996 avatar sakurasakura1996 commented on May 14, 2024

就是训练过程中,训练很快,但是有验证部分很慢。

from yolov4-pytorch.

sakurasakura1996 avatar sakurasakura1996 commented on May 14, 2024

就是训练过程中,训练很快,但是有验证部分很慢。

刚开始的时候因为训练不完全,导致网络回归出很多冗余框,前向推理过程中NMS的速度很慢。后面的几轮稍微好一点,建议将开始验证epoch设置为30(CSPDarknet)或者是50(mobilenet).

好的,十分感谢。

from yolov4-pytorch.

abhigoku10 avatar abhigoku10 commented on May 14, 2024

@sakurasakura1996 @argusswift which variable sets the "It is recommended to set the initial verification epoch to 30 (CSPDarknet) or 50 (mobilenet)." ?

from yolov4-pytorch.

Related Issues (20)

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.