Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d62lu/3DCTN
/ __getitem__
Method
__getitem__
data_utils/ModelNetDataLoader.py:135–136 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
133
return
point_set, label[0]
134
135
def
__getitem__(self, index):
136
return
self._get_item(index)
137
138
139
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
1
_get_item
Method · 0.95
Tested by
no test coverage detected