Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
def
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.py
File · 0.85
gen_training_index_kitti.py
File · 0.85
eval
Method · 0.85
cal_topn_recall
Function · 0.85
eval
Method · 0.85
Calls
no outgoing calls
Tested by
2
eval
Method · 0.68
eval
Method · 0.68