MCPcopy Create free account
hub / github.com/MaverickPeter/vDiSCO / dequantize

Method dequantize

prnet/datasets/quantization.py:101–105  ·  view source on GitHub ↗
(self, coords)

Source from the content-addressed store, hash-verified

99 return quantized_pc
100
101 def dequantize(self, coords):
102 # Dequantize coords and return as (N, 3) tensor of floats
103 # Use coords of the voxel center
104 pc = coords * self.quant_step
105 return pc
106
107
108if __name__ == "__main__":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected