MCPcopy 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.pyFile · 0.80
second_pb2.pyFile · 0.80
target_pb2.pyFile · 0.80
optimizer_pb2.pyFile · 0.80
preprocess_pb2.pyFile · 0.80
find_anacondaFunction · 0.80
find_cudaFunction · 0.80
find_cuda_device_archFunction · 0.80
get_gpu_memory_usageFunction · 0.80
get_pointcloudFunction · 0.80
get_imageFunction · 0.80

Calls 1

_decodeMethod · 0.95

Tested by

no test coverage detected