multiple-objects-gan
multiple-objects-gan copied to clipboard
Implementation for "Generating Multiple Objects at Spatially Distinct Locations" (ICLR 2019)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 9.0.0. Release notes Sourced from pillow's releases. 9.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.0.html Changes Restrict builtins for ImageMath.eval() #5923 [@radarhere] Ensure JpegImagePlugin stops at the end of a truncated...
Bumps [dask](https://github.com/dask/dask) from 0.20.0 to 2021.10.0. Commits 97494ff bump version to 2021.10.0 ac01ddc da.store to create well-formed HighLevelGraph (#8261) 9f0f002 CI: force nightly pyarrow in the upstream build (#8281) a544670...
Bumps [nltk](https://github.com/nltk/nltk) from 3.3 to 3.6.3. Changelog Sourced from nltk's changelog. Version 3.6.3 2021-09-19 Dropped support for Python 3.5 Run CI tests on Windows, too Moved from Travis CI to...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Hey I'm not deeply familiar with text to image GAN's or pytorch and I'm interested in trying your code out but from what I can tell it uses some preprocessed...
After I decide to use python2 to run, I use pycharm to create a new python2 virtual environment and run: ``` git clone https://github.com/tohinz/multiple-objects-gan cd multiple-objects-gan vim requirements.txt to del...
Hi, I get an error while trying to generate images using the pretrained AttnGAN model: `sh sample.sh coco-attngan` ... ``` File "main.py", line 86, in gen_example algo.gen_example(data_dic) File ".../multiple-objects-gan-master/code/coco/attngan/trainer.py", line...