MCPcopy Create free account
hub / github.com/BIT-MJY/CVTNet / load_files

Function load_files

tools/utils/utils.py:167–171  ·  view source on GitHub ↗
(folder)

Source from the content-addressed store, hash-verified

165
166
167def load_files(folder):
168 file_paths = [os.path.join(dp, f) for dp, dn, fn in os.walk(
169 os.path.expanduser(folder)) for f in fn]
170 file_paths.sort()
171 return file_paths

Callers 5

gen_ri_bev.pyFile · 0.85
evalMethod · 0.85
cal_topn_recallFunction · 0.85
evalMethod · 0.85

Calls

no outgoing calls

Tested by 2

evalMethod · 0.68
evalMethod · 0.68