-
# Introduction
*Please, look at #25011 first, as the ideas for Imgproc improvements have the same rationale and share many parts with the Core module.*
*Also, look at #25001, where it's suggeste…
-
When we acquired multiplexing data, we will have multiple cycles that are acquired independently. Each cycle contains multiple channels. Due to inaccuracies in the stage handling and potential movemen…
-
Hi
I was trying faststain on some tif images and ran into this error
```
Traceback (most recent call last):
File "C:\ProgramData\Miniconda3\envs\faststain\lib\runpy.py", line 194, in _ru…
-
The core logic of OMRChecker revolves around finding the correct separation between Marked and Unmarked bubbles. We want to let the user know if it has been determined confidently.
![Image](https://…
-
Hello!
Thank you for providing code, it gives a chance to fully understand how model works.
I have several questions about constants mentioned in body_uv_rcnn_heads.py file. They have no descrip…
-
Hi there! A few months back, I wrote a port of [this gist](https://gist.github.com/MicahElliott/719710) to convert RGB to XTerm256 colours (or their nearest approximation).
**I don't know much abo…
-
I have some videos of `yuv420p10le` pixel format given by ffmpeg. Should I just specify `nvc.PixelFormat.NV12` when creating decoder? In that case the downloaded picture seems off-color and many artif…
-
## ❓ Questions & Help
I have a text file has labeled, bbox coordinator and score for each detected object in the image like this format:
label x1 y1 x2 y2 score.
I represented each bound…
-
Would the Lasagne community / developers be interested in adding code for training loops, basic DNN construction, etc?
I found that code for training loops with features such as early termination, et…
-
I had some ideas of feature requests which could greatly improve the usefulness of your tool.
1. Enable GPU mode (seems to only run on CPU as of now)
2. Enable batch mode (seems to assume that the…