neural_body_fitting
neural_body_fitting copied to clipboard
Not generating anything?
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?

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?