zju3dv / pvnet-rendering

render images for pvnet training
Apache License 2.0
183 stars 46 forks source link

SUN2012 or SUN397? #4

Closed joefriel closed 5 years ago

joefriel commented 5 years ago

The README mentions both SUN2012 and SUN397:

Download the SUN397

wget http://groups.csail.mit.edu/vision/SUN/releases/SUN2012.tar.gz

I downloaded SUN2012, but it does not appear to have the correct format. From render_utils.py: img_paths = glob.glob(os.path.join(cfg.SUN, 'JPEGImages/*'))

I don't see 'JPEGImages' in SUN2012.

joefriel commented 5 years ago

Looks like the proper dataset is SUN2012 in PASCAL format:

http://groups.csail.mit.edu/vision/SUN/releases/SUN2012pascalformat.tar.gz

pengsida commented 5 years ago

Thank for your correcting.

pengsida commented 5 years ago

It is SUN2012 that we use for background images, while we call its paper SUN397.