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
when trying to run python test_on_davis.py I get the following error:
Traceback (most recent call last):
File "test_on_davis.py", line 196, in <module>
run_model(model, frame_list, video_dir, first_seg, seg_ori, sw)
File "test_on_davis.py", line 101, in run_model
seg0_safe = utils.improc.erode2d(seg0, times=3)
AttributeError: module 'utils.improc' has no attribute 'erode2d'
And it does seems there is no function called erode2d in utils/improc.py. It seems that the function gridcloud2d is also missing in utils/basic.py and is being used in test_on_davis.py (line 105). Can you please fill up the missing functions and upload them to the repository?
The text was updated successfully, but these errors were encountered:
Hi,
when trying to run
python test_on_davis.py
I get the following error:And it does seems there is no function called
erode2d
inutils/improc.py
. It seems that the functiongridcloud2d
is also missing inutils/basic.py
and is being used intest_on_davis.py
(line 105). Can you please fill up the missing functions and upload them to the repository?The text was updated successfully, but these errors were encountered: