You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/nicolas/Code/main.py", line 31, in <module>
crps.generate_corpus()
File "/home/nicolas/Code/corpus.py", line 340, in generate_corpus
self.get_sift_descriptors(to_pickle=True)
File "/home/nicolas/Code/corpus.py", line 103, in get_sift_descriptors
kps_, des_ = dsift(gray.T,
File "/home/nicolas/miniconda3/envs/tm/lib/python3.10/site-packages/cyvlfeat/sift/dsift.py", line 179, in dsift
frames, descriptors = cy_dsift(image, step, size, bounds, window_size,
File "cyvlfeat/sift/cysift.pyx", line 20, in cyvlfeat.sift.cysift.cy_dsift
File "cyvlfeat/sift/cysift.pyx", line 75, in cyvlfeat.sift.cysift.cy_dsift
TypeError: not enough arguments for format string
The text was updated successfully, but these errors were encountered:
When I call
dsift
usingverbose=True
, the following exception is raised.I called
dsift
the following way :The image size is
(2035, 3311)
The text was updated successfully, but these errors were encountered: