Giter Site home page Giter Site logo

训练YOLOX-S about yoloair HOT 8 CLOSED

iscyy avatar iscyy commented on May 22, 2024
训练YOLOX-S

from yoloair.

Comments (8)

iscyy avatar iscyy commented on May 22, 2024

Compared with the official, there are some optimizations, and the training method adopts the parameter configuration of yolov5

from yoloair.

vaerdu avatar vaerdu commented on May 22, 2024

Compared with the official, there are some optimizations, and the training method adopts the parameter configuration of yolov5

对比了下,本仓库的YOLOX-S参数量约为8.0M,官方YOLOX-S参数量是8.9M,请问是改变了什么模块吗?只是超参数的调整不应该参数量不一致吧

from yoloair.

lunaWU628 avatar lunaWU628 commented on May 22, 2024

用自己的数据集训练本仓库的YOLOX-S比官方YOLOX-S要高6-7个点,本仓库YOLOX代码和官方YOLOX代码哪里不一样吗?

你好,请问你是怎么训练的yolox呢?这个存储库不是yolov5的嘛

from yoloair.

vaerdu avatar vaerdu commented on May 22, 2024

用自己的数据集训练本仓库的YOLOX-S比官方YOLOX-S要高6-7个点,本仓库YOLOX代码和官方YOLOX代码哪里不一样吗?

你好,请问你是怎么训练的yolox呢?这个存储库不是yolov5的嘛
仓库里,configs文件夹里有yolox的网络结构

from yoloair.

lunaWU628 avatar lunaWU628 commented on May 22, 2024

嗯嗯,看到了,所以我想用这个存储库的yolox进行训练的话,把这个命令:
python path/to/train.py --data coco128.yaml --weights '' --cfg yolov5s.yaml --img 640
改成:
python path/to/train.py --data coco128.yaml --weights '' --cfg yolox.yaml --img 640 就可以了嘛

from yoloair.

vaerdu avatar vaerdu commented on May 22, 2024

嗯嗯,看到了,所以我想用这个存储库的yolox进行训练的话,把这个命令: python path/to/train.py --data coco128.yaml --weights '' --cfg yolov5s.yaml --img 640 改成: python path/to/train.py --data coco128.yaml --weights '' --cfg yolox.yaml --img 640 就可以了嘛

中间可能会报一些错误,根据错误修改就跑通了,在issue可以查找解决办法

from yoloair.

lunaWU628 avatar lunaWU628 commented on May 22, 2024

好的,感谢~

from yoloair.

sneepbob avatar sneepbob commented on May 22, 2024

请问,在训练yolox的时候,训练到一定epoch时,发生报错:

assertion input_val zero && input_val one cuda trigger
RuntimeError: CUDA error: device-side assert triggered

怎么解决呢?
感谢大佬们解答!

from yoloair.

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.