smithee771

Results 8 issues of smithee771

Hi, first of all many thanks for this wonderful script :) I've trying some searchs, and I found some strange results. Probably is how CLIP words, but not sure. If...

Hi, first of all many thanks for your amazing code. Is there a way to use my own 3d model in the animation script? I mean, I don't want to...

Hi all, first of all thanks for your work and support. I'm trying to deploy a colab version for custom training, but I got stuck here: _AttributeError: 'LightningDistributedDataParallel' object has...

Hi, first of all thanks for your work. I'm having issues with projector.py when steps < 100. E.g. with !python projector.py --size 1024 --step 99 --ckpt /content/output/checkpoint/latest.pt $filepath I get...

Hi, first of all many thanks for the repo. I'm trying to run in Colab: !python /content/drive/MyDrive/colab-alias-free-gan/alias-free-gan/scripts/trainer.py --help and I'm getting this error: /usr/local/lib/python3.7/dist-packages/pytorch_lightning/core/decorators.py:17: LightningDeprecationWarning: Using `pytorch_lightning.core.decorators.parameter_validation` is deprecated in...

Hi, in colab version of "Pix2PixHD_Next_Frame_Prediction", when trying to generate video using the parameter START FROM: !python generate_video.py --name cuttlefish1 --dataroot ./datasets/cuttlefish1/ --fps 24 --how_many 600 --which_epoch latest --start_from 100...

Hi, I've successfully train Siren using two pics in experiment "train_poisson_gradcomp_img.py" But once finished, how can I visualize output image? Thanks in advance

Hi Bernard, really interesting project! I was wondering if it's possible to adjust (increase / decrease) the size of the mask, I mean, for example to make the CENSOR effect...