Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/erikwijmans/Pointnet2_PyTorch
/ _get_data_files
Function
_get_data_files
pointnet2/data/ModelNet40Loader.py:9–11 ·
view source on GitHub ↗
(list_filename)
Source
from the content-addressed store, hash-verified
7
8
9
def
_get_data_files(list_filename):
10
with
open(list_filename)
as
f:
11
return
[line.rstrip()[5:]
for
line in f]
12
13
14
def
_load_data_file(name):
Callers
1
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected