Coder Social home page Coder Social logo

gengyanlei / reflective-clothes-detect-yolov5 Goto Github PK

View Code? Open in Web Editor NEW
432.0 432.0 97.0 16.48 MB

reflective-clothes-detect-dataset、helemet detection yolov5、工作服(反光衣)检测数据集、安全帽检测、施工人员穿戴检测

Shell 0.21% Python 5.33% Jupyter Notebook 94.45%
helmet-detection reflective-clothes-detect yolov5

reflective-clothes-detect-yolov5's Introduction

logo

author is leilei 👋

  • 🎓 CSU(master's degree)
  • 📖 leilei's Bio
  • 📖 leilei's blog
  • 🔭 Computer vision(目标检测-语义分割-分类)
  • ❤ Program language: Python C++ (Go Rust)-toLearn

logo

reflective-clothes-detect-yolov5's People

Contributors

gengyanlei 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  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

reflective-clothes-detect-yolov5's Issues

标注有问题

开源的这一千多张数据标注有问题。例如33650146-4792-4b8e-9adf-44eeade0db86.jpg图片对应的xml只标注了反光衣,没有标注头部,很多这样的图片xml,,,存在的问题也就是没有戴安全帽的头部有的标注有的没有标注。

ValueError: invalid literal for int() with base 10: ''

My OS: Ubuntu
Python: 3.7
Issue:
I came across "ValueError: invalid literal for int() with base 10: '' when I ran "train.py".
Above error happened in folder "utils" > general.py around line 956 -ish...
Solution:

update_NUM = 0
for x in d:
    if '_' in x:
        tmp_NUM = int(x[len(dir):])
        if tmp_NUM > update_NUM:
            update_NUM = tmp_NUM
n = update_NUM + 1
# n = max([int(x[len(dir):x.find('_') if '_' in x else None]) for x in d]) + 1  # increment

The actual error is at "int(x[len(dir):x.find('') if '' in x else None])", I solved it via changing "in-line" code to several lines.
Please correct me if I got any inappropriate

您好,完整的标注数据可以共享吗?

您好!您共享的数据貌似是只标了反光衣和其他衣物,但是根据您给出的demo那张图,上面是有标整体人的,我想问一下标有整体人和衣服这一部分数据可以共享吗?

程序运行环境?

请问您的代码具体运行环境?Python版本、Pytorch版本这样信息方便告知吗?非常感谢!

版本问题

pytorch版本必须1.6.0以上么,我用1.6.0以下版本,torch.load(w, map_location=map_location)这个加载权重文件报错,_pickle.UnpicklingError: A load persistent id instruction was encountered

dataset train problem

您所说的训练方式,是首先采用反光衣数据集 ,分为两类(反光衣和别的衣服)得到的模型。随后将训练SHWD安全帽数据集,以得到的模型作为网络的预训练模型,分为两类(帽子和头)进行训练得到最后的模型,是这么理解么,请批评指正

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.