yxsysu
yxsysu
I ran the code from 'https://github.com/Simon4Yan/Person_reID_baseline_pytorch' using training data on Duke and obtain a model with 48.8% rank1 accuracy on Market. But after running espgan.py with the default parameters, the...
I use the diffuser and run the codes as follows: ```python from diffusers import StableUnCLIPImg2ImgPipeline from diffusers.utils import load_image import torch pipe = StableUnCLIPImg2ImgPipeline.from_pretrained( "stabilityai/stable-diffusion-2-1-unclip", torch_dtype=torch.float16, variation="fp16" ) pipe =...
Hi authors, thanks for your great work. When using the codes for stage3 training, it seems the codes cannot process the catpion_sharegptvideo_300k dataset. The "img" item in the following config...
Hi authors, thanks for your great work. When using the codes for stage3 training, it seems the codes cannot process the catpion_sharegptvideo_300k dataset. The "img" item in the following config...
Hello authors, In your paper, you mention that the candidates of the question in the sub-task【fine-grained action】 are generated using UMT-L. Could you please clarify whether you use a pre-trained...