cydiachen
cydiachen
> > I notice in your GAN version, there are strange swirls and lines in the eyes. This doesn't happen without the GAN. > > Yes.I retrained [ESRGAN](https://github.com/open-mmlab/mmsr) with face...
> Any problem on CelebA database with more details? The boundary of bounding box will go over the real size of the image
> Any problem on CelebA database with more details? I used a measure to constraint the boundary of the image extraction procedure. But some of the picture displayed a wrong...
My environment is : torch==1.13.1+cu116, torchvision==0.14.1+cu116, transformers==4.32.1, accerlate==0.20.3 For some reason, I disabled xformer and only use cuda gpu to inference. python demo/demo_lazy.py --config-file configs/LVISCOCOCOCOSTUFF_O365_OID_VGR_SA1B_REFCOCO_GQA_PhraseCut_Flickr30k/ape_deta/ape_deta_vitl_eva02_clip_vlf_lsj1024_cp_16x4_1080k.py --input code/APE/demo/examples/Pisa.jpg --output aa --confidence-threshold...
> Hello, @cydiachen , can you post the command that set up the demo? We have not met such an error. I noticed that the demo firstly outputs the shape...
I have aligned with your environment with docker. But it still occurs with the size mismatch error. Could you provide us with a docker or give a detailed instruction for...
To faster debug the model. I manually added a `print` function to see where causes the mismatch. and Change to APE-A for detailed tests. ```python print(t.shape, rotate_half(t).shape, self.freqs_cos.shape, self.freqs_sin.shape) ```...