Giter Site home page Giter Site logo

Comments (6)

deep-practice avatar deep-practice commented on May 14, 2024

ByteTrack only use iou matching,you can simply replace the person detector with a multi object detector.

from bytetrack.

betterhalfwzm avatar betterhalfwzm commented on May 14, 2024

ByteTrack only use iou matching,you can simply replace the person detector with a multi object detector.

那我直接用yolox多分类检测器替换这个人体的单分类是不是就可以了,谢谢了

from bytetrack.

deep-practice avatar deep-practice commented on May 14, 2024

Yes

from bytetrack.

betterhalfwzm avatar betterhalfwzm commented on May 14, 2024

Yes
未检测到目标会挂掉 @deep-practice
Traceback (most recent call last):
File "tools/demo_track.py", line 350, in
main(exp, args)
File "tools/demo_track.py", line 343, in main
imageflow_demo(predictor, vis_folder, current_time, args)
File "tools/demo_track.py", line 250, in imageflow_demo
online_targets = tracker.update(outputs[0], [img_info['height'], img_info['width']], exp.test_size)
File "/mnt/e/ubuntu1804/workspace/ByteTrack/yolox/tracker/byte_tracker.py", line 166, in update
if output_results.shape[1] == 5:
AttributeError: 'NoneType' object has no attribute 'shape'

from bytetrack.

deep-practice avatar deep-practice commented on May 14, 2024

你加个判断就好了吧,如果output_results为空,dets和dets_second也置为空

from bytetrack.

CaptainEven avatar CaptainEven commented on May 14, 2024

@betterhalfwzm @deep-practice Hey! You can refer to my repo:
https://github.com/CaptainEven/MCMOT-ByteTrack

from bytetrack.

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.