Binxu
Binxu
## Summary Add another forward function `forward_distmat` to compute the distance matrix with *one* or two stacks of images. ## **Rationale** The current`forward` method of LPIPS supports computing the distance...
Hi I really like this work. And I've just started to play with it. One thing I noticed during training is, it never uses the batch dimension (nearly all the...
This is a fantastic package! I noted that trying to build_cpu_nms on Windows system will throw an compilation error about '/Wno-cpp' > cl : Command line error D8021 : invalid...
I'm trying to use a native pytorch version of `fused_leaky_relu` and `upfirdn2d` #66 #70 However there is a dimensionality bug in the `upfirdn2d_native` so I fixed it like this, ```python...
Input the image in a 2 image batches   Input the same image in a single image batch  Result in very different flow outputs. Using the model `chairs-things.pytorch`...