Giter Club home page Giter Club logo

yolov5_all's Introduction

yolov5_all's People

Contributors

xialuxi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

yolov5_all's Issues

CBAM 没有导入头文件吗?

Downloading https://ultralytics.com/assets/Arial.ttf to /root/.config/Ultralytics/Arial.ttf...
Traceback (most recent call last):
File "/content/drive/MyDrive/yolov5_all-main/train.py", line 37, in
from models.yolo import Model
File "/content/drive/MyDrive/yolov5_all-main/models/yolo.py", line 288
MobileNetV3_Block, MobileNetV2_Block,CBAM]:
^
SyntaxError: invalid character in identifier

是不是应该在yolo.py中导入
from models.common import Conv, Bottleneck, SPP, DWConv, Focus, BottleneckCSP, Concat, CBAM

YOLOX无法训练

前辈您好 训练YOLOX的时候报错 请问您遇到过吗?
我是北矿的研究生 您方便留联系方式交流吗?感谢。
image

发现一个小问题

File "/content/drive/MyDrive/yolov5_all-main/train.py", line 278
if if is_parallel(model):
^
SyntaxError: invalid syntax

多GPU训练报错

File "yolov5_all-main/models/yolox.py", line 246, in get_output_and_grid
reg_box[..., :2] = (reg_box[..., :2] +grid)*stride # (第k层)预测物体的中心坐标
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:1 and cuda:0!

CBAM 对 mAP 的提升效果

我这边希望在 YOLOv3 的模型中增加 CBAM模块,参考您的yaml文件,设置如下
image
不知是否可行
另外,我很好奇,您插入的CBAM是否有跑过实验,有大约多大的提升

yoloxs.yaml

您好,为啥您的yoloxs.yaml相比官网的YOLOX主干在focus后面少了一个卷积,这还能算是YOLOX的网络结构吗

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.