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:18–19 ·
view source on GitHub ↗
(self, rel_codes, anchors)
Source
from the content-addressed store, hash-verified
16
return
self._encode(boxes, anchors)
17
18
def
decode(self, rel_codes, anchors):
19
return
self._decode(rel_codes, anchors)
20
21
@abstractmethod
22
def
_encode(self, boxes, anchors):
Callers
12
sampler_pb2.py
File · 0.80
second_pb2.py
File · 0.80
target_pb2.py
File · 0.80
optimizer_pb2.py
File · 0.80
input_reader_pb2.py
File · 0.80
preprocess_pb2.py
File · 0.80
find_anaconda
Function · 0.80
find_cuda
Function · 0.80
find_cuda_device_arch
Function · 0.80
get_gpu_memory_usage
Function · 0.80
get_pointcloud
Function · 0.80
get_image
Function · 0.80
Calls
1
_decode
Method · 0.95
Tested by
no test coverage detected