NVIDIA / pix2pixHD

Synthesizing and manipulating 2048x1024 images with conditional GANs
https://tcwang0509.github.io/pix2pixHD/
Other
6.57k stars 1.38k forks source link

setuptools packaging #297

Open bertsky opened 2 years ago

bertsky commented 2 years ago

This adds proper setuptools packaging under the (free) name pix2pixhd, using the meta-data available.

(If you want, I can make a release on PyPI, too.)

Builds on the following PRs:

Instead of having to run the scripts files via Python, this defines entry points:

(I already updated the README, accordingly.)

I was able to run the test example successfully (on GPU and on CPU).