particle-sfm
particle-sfm copied to clipboard
ValueError: matmul: Input operand 1 has a mismatch in its core dimension 0, with gufunc signature (n?,k),(k,m?)->(n?,m?) (size 0 is different from 3)
Hi! When I run run_particlesfm.py on 16 256x256 images, the error goes up:
Elapsed time: 0.376 [minutes]
{'num_reg_images': 16, 'num_sparse_points': 1141, 'num_observations': 10630, 'mean_track_length': 9.316389, 'num_observations_per_image': 664.375, 'mean_reproj_error': 0.401069}
WARNING:root:This SfM file structure was deprecated in hloc v1.1
88%|███████████████████████████████████████████████████████████████████████████████████████████████████████▎ | 14/16 [00:00<00:00, 62.94it/s]
Traceback (most recent call last):
File "run_particlesfm.py", line 159, in
But when I ran on 16 1024x1024 images, it doesn't have such problems. I wonder why this could happen and how to solve it. Thanks!