excessive imports, import from notebooks?
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
Filter activity
345 345 out[cx+x0:cx+x0+td.shape[0], cy+y0:cy+y0+td.shape[1], :] = td 346 346 return out 347 347 348 import re 349 348 def positionFileList(filelist, datapath, geometry_file, quad_pos, nImages='all', trainIds=None, nwa=False, max_counts=None): 350 349 import glob I would suggest to move this import (and similar in the other function) to the top of the module.
Edited by Mikhail Karnevskiy
mentioned in commit 32c7a428
Please register or sign in to reply