Git Product home page Git Product logo

Comments (5)

mikel-brostrom avatar mikel-brostrom commented on July 3, 2024

parser.add_argument('--verbose', default=True, action='store_true',
help='print results per frame')

You could set default=False. Then you could trigger the printing by using the flag --verbose. By default it is always active

from yolo_tracking.

bryanlegrand avatar bryanlegrand commented on July 3, 2024

I'm constructiong the tracker individually as a custom tracker, similar to minimalist, complete, and tiled examples provided in the readme.

e.g

from boxmot import BYTETracker

tracker = BYTETracker(
track_thresh=0.35,
track_buffer=max_age,
match_thresh=0.9,
)

I've tried verbose directly in the constructor and when looking through the code I haven't found any variable that worked via this method.

Thanks for taking the time to respond.

from yolo_tracking.

mikel-brostrom avatar mikel-brostrom commented on July 3, 2024

I looked for print statements in bytetrack and botsort and cannot find any...

from yolo_tracking.

bryanlegrand avatar bryanlegrand commented on July 3, 2024

I looked for print statements in bytetrack and botsort and cannot find any...

I couldn't find any either, guess it's not just me... Thanks for taking a look.

from yolo_tracking.

github-actions avatar github-actions commented on July 3, 2024

πŸ‘‹ Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

from yolo_tracking.

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.