Skip to content

error in multiframe_from_images.py #17

@HassanLH

Description

@HassanLH

Hi,

I am trying to run multiframe from images on custom data and I am having an error. First the python script wasn't finding tmp files because they were in subdirectories, I used this workaround : out_files = glob(f'{tmp_out_dir}/**/*id.txt', recursive=True) (l 119)

When looking at the tmp files everything seems fine, but the python script ends with an error : ValueError: shape mismatch: value array of shape (19830,3) could not be broadcast to indexing result of shape (23660,3)

I think it is because I changed the default bfm version to 19830 as I didn't find how to generate the 23660 one, can you explain to me how to generate the 23660 model and how to generate an obj of the final mesh please ?

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