neural_body_fitting icon indicating copy to clipboard operation
neural_body_fitting copied to clipboard

Not generating anything?

Open andrewjong opened this issue 6 years ago • 1 comments

Hi. I'm trying to run this on the deepfashion dataset, but for some reason no segmentations nor neural body fitting gets generated whatsoever.

I'm quite confused as to what I'm doing wrong. The only differences I can think of is that (1) the images I'm using are 128x128 and (2) I'm using jpgs instead of pngs.

Any idea what might be wrong?

Screenshot_20190702_2114181

andrewjong avatar Jul 03 '19 04:07 andrewjong

I figured it out! Seems like 128x128 input is too small for the model to detect. I had to manually scale them up to 512x512 before hand.

That said, it seems like the repository should be in charge of scaling images for processing. demo_up/config/options.py has an "input_size" option, that seems it's supposed to autoscale, no?

andrewjong avatar Jul 03 '19 16:07 andrewjong