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.

Possible bug in Inference part.

See original GitHub issue

Describe the bug

  • Training and Validation work fine. But running inference.py gives a noisy heatmap. Tried only with patchcore, not tested rest.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://www.kaggle.com/code/ipythonx/mvtec-ad-anomaly-detection-with-anomalib-library?scriptVersionId=94212905
  2. Open it to run.
  3. In the last cell (inference part), uncomment the code.
  4. Now, run the notebook and see the output of the last cell (inference part).

Expected behavior

  • It should be ok so far.

Screenshots download

Hardware and Software Configuration

  • Env.: Kaggle

*Additional context

  • Is OpenVino installation a must? I tried to run on the GCP instance (ubuntu) but faced opinion related issue through my checkpoint’s format (ckpt).

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
samet-akcaycommented, Jun 28, 2022

Thanks for the update. I’ll be closing the issue then

1reaction
innatcommented, Jun 28, 2022

There was a bug in code in my side, which I fixed in latest (notebook) version. ( But I didn’t test with open-vino inference neither on kaggle environment or GCP. )

Read more comments on GitHub >

github_iconTop Results From Across the Web

BUGS tutorial (by example)
BUGS allow us to do statistical inference using a graphical model approach: Start with the model describing assumptions concerning the relationships of the ......
Read more >
Finding User/Kernel Pointer Bugs With Type Inference - USENIX
We show how to detect user/kernel pointer bugs using type-qualifier inference, and we apply this method to the Linux kernel using CQUAL, a...
Read more >
Simulation-based Bayesian inference using BUGS
The idea is to draw randomly all possible configurations ofthe variables a sufficient number oftimes and to compute the frequency ofthe de- sired...
Read more >
BUGS 0.5 Bayesian inference Using Gibbs Sampling Manual ...
BUGS is a program that carries out Bayesian inference on statistical problems ... We introduce a trivial problem for which exact solutions are...
Read more >
type inference bug for multi-cycle functions #9770 - GitHub
@carnaval and I were discussing ways to fix this. it's possible to do, but requires redesigning inference to be non-recursive. as a side-benefit ......
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