Giter Site home page Giter Site logo

yolov5-label-xml's People

Contributors

1079863482 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

Watchers

 avatar

yolov5-label-xml's Issues

使用过程遇到下面错误,如何解决

(base) matrix@matrix-MS-7C22:~/share/src/yolov5-label-xml$ python demo.py
5.jpg
Traceback (most recent call last):
File "demo.py", line 71, in
img0, xyxy_list,img_crop= yolo.detect(image) # img0检测后的图像,img_crop裁剪的图像
File "/home/matrix/share/src/yolov5-label-xml/utils/Detect_api.py", line 66, in detect
pred = self.model(img, augment=False)[0]
File "/home/matrix/anaconda3/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
result = self.forward(*input, **kwargs)
File "/home/matrix/share/src/yolov5-label-xml/models/yolo.py", line 114, in forward
return self.forward_once(x, profile) # single-scale inference, train
File "/home/matrix/share/src/yolov5-label-xml/models/yolo.py", line 134, in forward_once
x = m(x) # run
File "/home/matrix/anaconda3/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
result = self.forward(*input, **kwargs)
File "/home/matrix/share/src/yolov5-label-xml/models/common.py", line 92, in forward
return self.conv(torch.cat([x[..., ::2, ::2], x[..., 1::2, ::2], x[..., ::2, 1::2], x[..., 1::2, 1::2]], 1))
File "/home/matrix/anaconda3/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
result = self.forward(*input, **kwargs)
File "/home/matrix/share/src/yolov5-label-xml/models/common.py", line 27, in forward
return self.act(self.bn(self.conv(x)))
File "/home/matrix/anaconda3/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
result = self.forward(*input, **kwargs)
File "/home/matrix/anaconda3/lib/python3.8/site-packages/torch/nn/modules/activation.py", line 438, in forward
return F.hardswish(input, self.inplace)
File "/home/matrix/anaconda3/lib/python3.8/site-packages/torch/nn/modules/module.py", line 778, in getattr
raise ModuleAttributeError("'{}' object has no attribute '{}'".format(
torch.nn.modules.module.ModuleAttributeError: 'Hardswish' object has no attribute 'inplace'

我用的是yolov5s.pt文件,什么参数都没有修改测试的。
cuda:11.0, cuda:1.7.1
是哪边配置有问题?

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.