Taylor Nie
Taylor Nie
Random characters are sometimes rendered in place of true characters (the code is still correct when I run it, but doesn't display correctly). If I highlight the wrongly displayed characters...
## Description ## Steps to Reproduce 1. Go to any duckduckgo page with a Wikipedia card on the right (e.g. https://duckduckgo.com/?q=duck&t=h_&ia=definition) 2. Click on "Wikipedia" at the bottom of the...
Adding the python cache dir, virtual envs and C++ clangd cache and build artifacts to gitignore will make it easier to play with tutorials in this repo and to rebase...
### Describe your issue. `signal.oaconvolve` uses the overlap-add method, which is supposed to significantly speed up convolution of a large array with a small kernel. The [docs](https://docs.scipy.org/doc/scipy-1.9.0/reference/generated/scipy.signal.oaconvolve.html#scipy.signal.oaconvolve) specifically mention the...
In TextDemo.compute_predictions, the method appends `polygons` to `result_polygons` before checking confidence score, resulting in occational orphaned polygons with no text or score and mismatched polygon and text in the visualisation.
Would it be possible to call the pandoc command from a shell? I have a build script written in python that calls pandoc over some files through the subprocess module.
``` Traceback (most recent call last): File "C:\Users\nhl08\code\k-wave-python\examples\bmode_reconstruction_example.py", line 207, in beamform(channel_data) File "C:\Users\nhl08\code\k-wave-python\kwave\reconstruction\beamform.py", line 73, in beamform transform = ShiftedTransform.deserialize(probe.transform.serialize()) File "C:\Users\nhl08\miniconda3\envs\kwave\lib\site-packages\uff\uff_io.py", line 58, in deserialize assert k in...
It's not clear from the [documentation](https://pyqtgraph.readthedocs.io/en/latest/api_reference/widgets/imageview.html#pyqtgraph.ImageView) what the purpose the ROI plot serves, what kind of information it provides, or any basic usage that demonstrates its usefulness. Even after playing...
### Problem [jQuery was removed from Sphinx in ~2022 with the release of Sphinx 6.0.0](https://github.com/sphinx-doc/sphinx/issues/10070). I came across this because of broken search functionality at https://pydicom.github.io/pydicom/dev/index.html. I realised the problem...
**Describe the bug** In a clean Python 3.7 environment (which as far as I'm aware is the latest version of Python supported by pyradiomics), `pip install pyradiomics` is broken on...