Binxu

Results 5 issues of 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 ![image](https://user-images.githubusercontent.com/28660472/77236960-770d1f00-6b91-11ea-9d6e-3ac0eb81d18f.png) ![image](https://user-images.githubusercontent.com/28660472/77236975-a459cd00-6b91-11ea-95e0-7b607bee3552.png) Input the same image in a single image batch ![image](https://user-images.githubusercontent.com/28660472/77236977-ae7bcb80-6b91-11ea-9603-3a75d9d32ecc.png) Result in very different flow outputs. Using the model `chairs-things.pytorch`...