Code Monkey home page Code Monkey logo

yolov5_deepsort_ros's Introduction

πŸ›  Tech Stack πŸ› 

Techs that I've used at least once




yolov5_deepsort_ros's People

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

Watchers

 avatar  avatar

yolov5_deepsort_ros's Issues

load_classifier

ImportError: cannot import name 'load_classifier' from 'yolov5.utils.torch_utils

I find a bug, catkin_install_python() called with non-existing file

Solution is as follows:
in line 178 of CMakeLists.txt
catkin_install_python(PROGRAMS scripts/track.py scripts/detector.py DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
to
catkin_install_python(PROGRAMS scripts/tracker.py scripts/detector.py DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

I have torch but it shows I dont have torch,why?

File "/home/wjt/catkin_ws/devel/lib/yolov5_deepsort/tracker.py", line 15, in
exec(compile(fh.read(), python_script, 'exec'), context)
File "/home/wjt/catkin_ws/src/yolov5_deepsort_ros/scripts/tracker.py", line 5, in
import torch
ModuleNotFoundError: No module named 'torch'

cmakelist에 μ˜€νƒ€κ°€ μžˆμŠ΅λ‹ˆλ‹€.

catkin_install_python(PROGRAMS scripts/track.py scripts/detector.py DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

->
catkin_install_python(PROGRAMS scripts/tracker.py scripts/detector.py DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

둜 μˆ˜μ •ν•΄μ•Ό ν•  것 κ°™μ•„μš”!

No module named "yolov5_deepsort"

Traceback (most recent call last):
File "/home/abc/catkin_ws/src/yolov5_deepsort_ros/scripts/detector.py", line 16, in
from yolov5_deepsort.msg import BoundingBox, BoundingBoxes
ModuleNotFoundError: No module named 'yolov5_deepsort'

What is the reason to this error?

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.