-
### Bug report
**Bug summary**
In yt-4.0, demeshened selection data objects are larger than they are defined to be. This is a major problem for many yt uses. I tried to track down where the er…
-
We plan to write a short summary for every implemented method in our wiki space.
Please follow the template below and write the draft here.
**Paper Title**
[![paper](https://img.shields.io/badg…
-
It'd be nice to support audio. I think there are some non-trivial things to work out, though:
* ffmpeg's rtsp support has a nasty bug when an audio stream is present; see #36. [edit: see investi…
-
Think it's time to make some updates to the perplexity ratio scoring algorithm. The underlying math is fine the way it is, but after working with the data for a bit, the function(s) itself could use s…
-
I think that the Vector Orientation Mapping Code has some fairly large bugs which have become somewhat of a problem. I think that we should remove much of that code going into the 1.0.0 release. I d…
-
```factor
IN: scratchpad USE: game-of-life
```
Works:
```factor
IN: scratchpad USE: game-of-life 10000 10000 make-grid dup random-grid! gc next-step
```
Crashes
```factor
IN: scratchp…
-
Hi!
I have faced this issue for the past years. I wonder what are the options. I will present my solution which of course is not the best either the most efficient.
The problems are: working with…
-
### 🐛 Describe the bug
**Python sample code:**
```
from ultralytics.data.annotator import auto_annotate
auto_annotate(
data='/app/input/signal/images',
det_model='/app/runs/detect/train/weight…
-
```
import torch._dynamo
torch._dynamo.config.dynamic_shapes=True
def foo(images, handedness):
right_hand_mask = handedness == 1
images[right_hand_mask] = images[right_hand_mask].flip(-1)…
-
Dear ParaviewWeb community,
I'm looking for a way to host 2d and 3d cfd simulation datasets and allow users to visualize them within the web browser. Scalability is an issue so I wonder if the 2d/…