-
I think we should add an extra tab "example data" (or so) to https://ngff.openmicroscopy.org/latest/#history and list the available example data for all versions there. I know that this exists for 0.1…
-
**RKNN-Toolkit:**
1. Is there a simple Capi demo that works on my model?
Yeah. Please try this https://github.com/airockchip/rknn_model_zoo/tree/main/common/rknn_converter.
2. For **yolov5**…
-
## 🐛 Bug
## To Reproduce
```python
t = torch.rand(1, 3, 32, 32).to(memory_format=torch.channels_last)
print(t.stride()) # (3072, 1, 96, 3)
print(t[0].stride()) # (1, 96, 3)
tt = t[0].unsque…
-
Dear authors, thanks for your great work!
My machine only has 128GB memory, and I want to train your 4DRotorGS in the neu3D dataset. But I found that my memory is not enough and the scripts always …
-
Ok, I've been trying to go through the examples listed in niivue/ipyniivue#50 to understand the usage of APIs exposed by Niivue.
For the time being, our priorities are motivated by [basic multi-pl…
manzt updated
8 months ago
-
## Issue description
- [ ] This issue is a regression.
- [x] It is unknown if this issue is a regression.
At `2023-08-14 13:27:09,663`, we started two restore tasks that uses a pre-created snap…
-
I'm trying to implement an algorithm that use a "splatting" pattern, where given a input image `input(x, y)`, a few output pixels `output(outx(x, y) + r.x, outy(x, y) + r.y)` is going to be modified a…
-
This ticket makes it possible to draw Schlegel diagrams for 4-polytopes.
In particular, it implements the function `_tikz_4d_schlegel` of the class `geometry.polyhedron.plot.Projection` and makes it…
-
I got an error like this:
```
imi@imi-All-Series:~/graulef/deep-soli$ th net/main.lua --file ../datapre --list config/file_half.json --load ../uni_image_np_50.t7 --inputsize 32 --inputch 4 --labe…
-
Hi. The work on involution is awesome and I'd like to try them on medical imaging that requires 3D operation.
I was wondering if you could spare some time to implement the 3D version fo involution_c…