EdwardSmith1884 / 3D-IWGAN

A repository for the paper "Improved Adversarial Systems for 3D Object Generation and Reconstruction".
MIT License
195 stars 56 forks source link

fixed bug in input validation #12

Closed AlexanderMelde closed 5 years ago

AlexanderMelde commented 5 years ago

length of sys.argv is always greater than 1 when a script is called like python visualize.py, with the first entry being "visualize.py" . we need to check if it is less than 2 to check if additional parameters are submitted.