google / sg2im

Code for "Image Generation from Scene Graphs", Johnson et al, CVPR 2018
Apache License 2.0
1.29k stars 230 forks source link

Remove pkg-resources==0.0.0 from requirements #3

Closed FavioVazquez closed 5 years ago

FavioVazquez commented 6 years ago

I believe there is aa mistake in the requirements. Following https://stackoverflow.com/questions/39577984/what-is-pkg-resources-0-0-0-in-output-of-pip-freeze-command/39638060 I think the solution is to delete that line.

Creating a PR to solve it.

jcjohnson commented 5 years ago

Thanks!