zechengtang
zechengtang
## Description This PR changes the implementation of poisson noise in skimage.util.random_noise. As the max value of an unsigned n-bit integer is 2 ** n - 1 and the min...
My Python version: 3.8.12 / 3.8.13 My Pytorch version: 1.8.2 / 1.10.1 I tried to install the extension from https://github.com/MegEngine/cutlass/tree/master/examples/19_large_depthwise_conv2d_torch_extension. on my computer with Windows 10 OS, but the following...
Thanks for your awesome work! I am experiencing some issues regarding the training-testing splits on the four public datasets. Are you using the widely accepted protocol in RGB-N (Since ManTra-Net...
There is a floating point precision error when using 0.02 at each time step. This issue can be reproduced with the following code: ``` from spikingjelly.activation_based import neuron import torch...
### Describe the bug There might be a misunderstanding about the term 'YUV420'. In fact, it refers to YCbCr420 (see [wikipedia](https://en.wikipedia.org/wiki/Chroma_subsampling#:~:text=%5B26%5D-,Terminology,-%5Bedit%5D) for explaination), and there is no chroma subsampling in...
#### Changes This PR adds four functions, rgb_to_ycbcr420, rgb_to_ycbcr422, ycbcr420_to_rgb, ycbcr422_to_rgb, and their corresponding classes. Fixes #3108 #### Type of change - [x] 📚 Documentation Update - [x] 🔬 New...
I am not sure about traj_ref and traj_est of main_ape functions should be camera2world or world2camera matrixs. In my opinion, I think pose trajectory, that is, trajectory of **camera pose**...