-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Labels
No labels