Results 14 issues of Zhe Chen

It would be great to have support for math formulas through MathJax.

Would you mind supporting MSVC besides MinGW?

feature-request
waiting-on-go

It would be great to have flow support in rekit. Currently the Rekit Studio does not understand the flow syntax.

enhancement

I am using the combination of an orthographic camera and a framebuffer with `OSP_FB_COLOR | OSP_FB_NORMAL` flags. The output normal in this setting is always all zeros.

Related: https://github.com/pytorch/pytorch/pull/31378 Current implementation: https://github.com/rusty1s/pytorch_cluster/blob/dbcafbe6a60aaa631b39050e3aa228f6d3fd1592/csrc/cuda/knn_cuda.cu#L56 As introduced in the linked PR for PyTorch, normalizing the vectors first and then doing the inner product could prevent overflow for vectors with large...

enhancement
help wanted
good first issue

**TL;DR** Add a switch for `knn` and `knn_graph` to enable returning distances alongside the edge_index. This code has been tested on CPU and CUDA 11.3 with PyTorch 1.11.0 on Ubuntu...

enhancement

**Describe the bug** A clear and concise description of what the bug is, ideally within 20 words. The same algorithm of different forms produces different gradients. **To Reproduce** Please post...

Hi, thanks for open-sourcing this great NeRF template! I feel a bit confused about the coordinate system convention when reading the code. Would you mind elaborating that? https://github.com/ashawkey/nerf_template/blob/bf444a3d112eaaef574f99490cf6ab051b58e9f6/nerf/colmap_provider.py#L193-L199

#### Is your feature request related to a problem? Please describe. I want to have `AsyncBarrier` to support cancellation in `SignalAndAwait`, such that I can free those async functions from...

enhancement

**Describe the bug** If the client hit the rate limit of GitHub API, ZLS installation would fail. **To Reproduce** Steps to reproduce the behavior: 1. Run `zvm install --zls 0.13.0`...

bug