Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/traveller59/second.pytorch
/ _decode
Method
_decode
second/core/box_coders.py:26–27 ·
view source on GitHub ↗
(self, rel_codes, anchors)
Source
from the content-addressed store, hash-verified
24
25
@abstractmethod
26
def
_decode(self, rel_codes, anchors):
27
pass
28
29
30
class
GroundBox3dCoder(BoxCoder):
Callers
1
decode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected