Eddi Kim

Results 4 issues of Eddi Kim

Currently I'm testing your project on TryOn datasets and it executes `inference_single_image()` function for 20-40 seconds depending on the GPU I use. What are the ways I can decrease the...

Is there any ways I can speed up the inference time of processing a single pair image? Did you use xformers or sdp-attention in your implementation? Thank you for sharing...

I'm talking about this small cartoons at the bot. Did you use --save-pk option and imported it to blender and then animated the movements? ![hybrik_dance2](https://github.com/Jeff-sjtu/HybrIK/assets/43271573/8cbe4c6c-ec5a-455e-a76c-124ccdbef00b)

I got this in my .gitignore: ``` # backups */backup/* !*/backup/backup.sh ``` I'm printing this and get: ``` >print(filepath, matches_gitignore(filepath)) notebooks/backup/10-07-20:21:21/backup.dump False ``` So it does mark it as False,...