Closed JBWilkie closed 8 months ago
2 issues:
get_remote_files()
fetch_remote_files()
filenames
item_names
remote_path
/
PLA-683 BUG: 2 issues when importing PASCAL VOC annotations
Problem
2 issues:
get_remote_files()
was callingfetch_remote_files()
with an incorrect filter parameterfilenames
instead ofitem_names
Solution
get_remote_files()
so that it passesitem_names
instead offilenames
tofetch_remote_files()
remote_path
and an updated filename if a remote path is included in the filenameChangelog
fetch_remote_files()
/
'