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

Method dequantize

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

Source from the content-addressed store, hash-verified

79 return cartesian_pc
80
81 def dequantize(self, coords):
82 # Dequantize coords and convert to cartesian as (N, 3) tensor of floats
83 pc = coords * self.quant_step.to(coords.device)
84 return self.to_cartesian(pc)
85
86
87class CartesianQuantizer(Quantizer):

Callers

nothing calls this directly

Calls 1

to_cartesianMethod · 0.95

Tested by

no test coverage detected