linyu0219

Results 6 issues of linyu0219

**System information** (Please provide as much relevant information as possible) - Have I written custom code (as opposed to using a stock example script provided in Mediapipe): - OS Platform...

type:support
platform:python
solution:pose
stat:awaiting googler

I'm a newer for dali, I want to use dali gpu version warpaffine. Does dali pipeline can take data from a queue or video stream ? For example a webcam,...

when vis repro_smpl, the kpts3d shape is [x,x,3], it has no visibility,it has xyz only, use z maybe lost some point in repro_smpl.

First,nice work! Results are unbeliveable. I have two questions of SFF module. 1.In figure 3(b) SFF details,there is an Adain Resblock between Zfuse and Fup ,Zfuse must be an input...

for diffusers 0.15.1, GEGLU linear in Unet by find children different with lora dict order. An issue proposed in [#3167](https://github.com/huggingface/diffusers/issues/3167)

In train_seg_gan.py, when train dseg ``` requires_grad(generator, False) requires_grad(discriminator_img, False) requires_grad(discriminator_seg, True) ``` but in regulation part, dont open the toggle, dose this infection the dimg regularize? ``` if d_regularize:...