Python-VO
Python-VO copied to clipboard
result_eval.py throwing an error
When I try running the result_eval.py, I get the following error:
result_eval.py:21: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
return np.array(img_ids), np.array(est_points), np.array(gt_points)
Traceback (most recent call last):
File "result_eval.py", line 70, in