question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

confidence thresh?

See original GitHub issue

❓ Questions and Help

In the code train_net.py, after the model trained, the code run into the inference part. However, in the code inference.py, I couldnot find the object confidence thresh setting. I am confused the model output based on which value of object confidence? where can we use object confidence thresh as a parameter and pass into the model prediction function.

    logger.info("Start evaluation on {} dataset({} images).".format(dataset_name, len(dataset)))
    start_time = time.time()
    predictions = compute_on_dataset(model, data_loader, device)
    # wait for all processes to complete before measuring the time
    synchronize()
    total_time = time.time() - start_time

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
chengyangfucommented, Mar 26, 2019

I’m closing this issue, please let me know if you have any further question.

0reactions
Pari-singhcommented, Jun 1, 2020

@chengyangfu could you explain why we are applying confidence threshold at the ROI head specifically and not at any other layer?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Thresh :: Wild Rift Build Guide (Patch 3.5b) - WildRiftFire
Find the best build for Thresh in League of Legends: Wild Rift. ... Author: iTzSTU4RT Build Thresh with confidence with the help of...
Read more >
I feel like I've lost my confidence : r/ThreshMains - Reddit
I feel like lately it's been hard to get in a very confident mind set with thresh for me teammates never going in...
Read more >
Thresh Build Guides, Runes and Items - Mobafire
Build guides for Thresh on MOBAFire. Learn what runes and items make the best Thresh build in League of Legends (LoL).
Read more >
Tees to Boost Your Confidence! Check Out Kemi Awoyemi's ...
Looking for tees with the right style to give you all the confidence you need, and stand for a good cause too? Then...
Read more >
How to set and get confidence threshold from custom YOLOv5 ...
It works for me: model.conf = 0.25 # confidence threshold (0-1) model.iou = 0.45 # NMS IoU threshold (0-1). More information:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found