even with 65 images i get the Error. What could be the issue?
2018-07-20 11:51:43,709 INFO: DJI_0364.JPG resection inliers: 0 / 8
2018-07-20 11:51:43,732 INFO: Some images can not be added
2018-07-20 11:51:43,733 INFO: -------------------------------------------------------
2018-07-20 11:51:43,799 DEBUG: Ceres Solver Report: Iterations: -2, Initial cost: -1.000000e+00, Final cost: -1.000000e+00, Termination: FAILURE
2018-07-20 11:51:43,801 INFO: Removed outliers: 0
Traceback (most recent call last):
File “/code/SuperBuild/src/opensfm/bin/opensfm”, line 34, in
command.run(args)
File “/code/SuperBuild/src/opensfm/opensfm/commands/reconstruct.py”, line 21, in run
report = reconstruction.incremental_reconstruction(data)
File “/code/SuperBuild/src/opensfm/opensfm/reconstruction.py”, line 1134, in incremental_reconstruction
data, graph, reconstruction, remaining_images, gcp)
File “/code/SuperBuild/src/opensfm/opensfm/reconstruction.py”, line 1096, in grow_reconstruction
align_reconstruction(reconstruction, gcp, config)
File “/code/SuperBuild/src/opensfm/opensfm/align.py”, line 17, in align_reconstruction
res = align_reconstruction_similarity(reconstruction, gcp, config)
File “/code/SuperBuild/src/opensfm/opensfm/align.py”, line 59, in align_reconstruction_similarity
return align_reconstruction_naive_similarity(reconstruction, gcp)
File “/code/SuperBuild/src/opensfm/opensfm/align.py”, line 83, in align_reconstruction_naive_similarity
T = tf.superimposition_matrix(X.T, Xp.T, scale=True)
File “/code/SuperBuild/src/opensfm/opensfm/transformations.py”, line 1041, in superimposition_matrix
scale=scale, usesvd=usesvd)
File “/code/SuperBuild/src/opensfm/opensfm/transformations.py”, line 954, in affine_matrix_from_points
u, s, vh = numpy.linalg.svd(numpy.dot(v1, v0.T))
File “/usr/local/lib/python2.7/dist-packages/numpy/linalg/linalg.py”, line 1444, in svd
u, s, vh = gufunc(a, signature=signature, extobj=extobj)
File “/usr/local/lib/python2.7/dist-packages/numpy/linalg/linalg.py”, line 98, in _raise_linalgerror_svd_nonconvergence
raise LinAlgError(“SVD did not converge”)
numpy.linalg.linalg.LinAlgError: SVD did not converge
Traceback (most recent call last):
File “/code/run.py”, line 47, in
plasm.execute(niter=1)
File “/code/scripts/run_opensfm.py”, line 134, in process
(context.pyopencv_path, context.opensfm_path, tree.opensfm))
File “/code/opendm/system.py”, line 34, in run
raise Exception(“Child returned {}”.format(retcode))
Exception: Child returned 1