Skip to content

predict, ValueError:not enough values to unpack (expected 2, got 1) #274

@leayz-888

Description

@leayz-888

First of all, thank you for your great work!
I want to use a lama-fourier model trained on the places dataset to make predictions on my own dataset, the command I use is:
python ./bin/predict.py model.path=/home/project/lama/lama-regular/ indir=/home/project/lama/my_dataset/eval/random_medium_512/ outdir=/home/project/lama/inference/my_dataset /random_medium_512, I set refine to True, but got an error:
File "./bin/predict.py", line 75, in main
cur_res = refine_predict(batch, model, **predict_config.refiner)
File "/home/project/lama/saicinpainting/evaluation/refinement.py", line 308, in refine_predict
image_inpainted = _infer(image, mask, forward_front, forward_rears, image_inpainted, orig_shape, devices, ids, n_iters, lr)
File "/home/project/lama/saicinpainting/evaluation/refinement.py", line 128, in _infer
z1,z2 = forward_front(masked_image)
ValueError: not enough values to unpack (expected 2, got 1)
But when I set refine to False, this problem disappears. How can I solve this problem? Greatful!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions