tf-3dgan icon indicating copy to clipboard operation
tf-3dgan copied to clipboard

Output is not correct

Open saket2012 opened this issue 5 years ago • 6 comments

The generated output of a chair is not accurate. Getting a cube instead of a chair. Please help me to generate accurate chairs

saket2012 avatar Dec 19 '18 22:12 saket2012

same issue. it is a cube not chair. please correct code and suggest other people don't use this code

springfall2018 avatar Jan 10 '19 20:01 springfall2018

@springfall2018 - Thanks for your comment. This is a pretty old codebase.

Can you list down the steps you followed and are not getting a chair as an output?

Before asking other people to not use this code, it would be great if you could help me reproduce the error.

meetps avatar Jan 11 '19 22:01 meetps

@meetshah1995 Steps I followed for generating the chairs:

  1. python -m visdom.server
  2. python 3dgan_mit_biasfree.py 0 0
  3. python 3dgan_mit_biasfree.py 1 ./models/10000.cptk

Got cubes instead of chairs.

saket2012 avatar Jan 12 '19 05:01 saket2012

10000 iterations are too few for a reasonable output.

The ones I generated are trained for 500-700 (500 for chair) epochs (count iterations from it depending on your class freq).

meetps avatar Jan 15 '19 03:01 meetps

@meetshah1995 I have trained for 10000 epochs The value of no_of_epochs in the program was set to 10000. Still not able to get the desired output

saket2012 avatar Jan 15 '19 03:01 saket2012

Hi, were you able to get chairs generated? How many epochs did you run it for?

amans191 avatar Jul 10 '19 16:07 amans191