Inuyasha

Results 7 issues of Inuyasha

请问这个事件抽取是open domain还是close domain?

### Describe the bug After I put different models of my own diffusion pipeline based on _DiffusionPipeline_ to different devices, in case the model's inputs and weights are not on...

bug

I try to download the TED-talks dataset following _https://github.com/snap-research/articulated-animation_, however, it doesn't work. Is there another way to get the dataset? Or can anyone share it?

I try to download the TED-talks dataset following https://github.com/snap-research/articulated-animation, however, it doesn't work. Is there another way to get the dataset? Or can anyone share it?

When I run _**python -m scripts.data_processors.smpl.generate_smpls --reference_imgs_folder reference_imgs --driving_video_path driving_videos/your_video_1 --device YOUR_GPU_ID**_,it reports an error:_**OpenGL.error.GLError: GLError( err = 12296,.....**_ How to solve this problem?

注意到pose中没有使用全部的脸部关键点,只使用了眼睛耳朵鼻子。我尝试加上全部的脸部关键点,但生成的人脸部分变得更加奇怪。推测模型训练的时候pose就没有使用全部的脸部关键点,对吗?请问这样做的原因是什么呢?

How to perform image-to-video training on SANA-Video? It seems that the scripts you provided (_train_video_ivjoint.py_) only include text-to-image and text-to-video tasks. Do I need to use _train_video_ivjoint_chunk.py_ ? Can you...