Birdylx

Results 19 issues of Birdylx

Hi, thanks for your great work. I want to reproduce the results in your deepfusion paper, I look through the codebase, it seems that there are some model structure files,...

thanks for your repo, it helped me a lot, but I want to ask how do you detect fall based on keypoint?

I see `spconv` dependency is required in this project, is this op used in this work?

1. Add clang-format in pre-commit

1. Fix export and infer bug in edvr/singan. 2. Add export and infer for esrgan.

1. Add a new 3D point-cloud detector IA-SSD, results as follows: On kitti: ![image](https://user-images.githubusercontent.com/29754889/196116339-82698fb4-49bd-4aed-a8eb-85a5a4ca0631.png) On waymo: ![image](https://user-images.githubusercontent.com/29754889/196116515-b134498f-2ed1-4123-a3c7-f9ff18fadfc2.png) 2. Support waymo open dataset in Paddle3D

hi, this project use VQVAE to compress video into small latent space, and latent embedding dim is `512` or `256`. But in LDM, they usually use very small embedding dim...

1. Add grad check to validate if there some trainable parameters got empty grad after backward.

Calculate time cost and ips for performance monitoring

enhancement