MCPcopy Create free account
hub / github.com/city-super/Octree-GS / tensor2rgbjet

Function tensor2rgbjet

utils/visualize_utils.py:48–51  ·  view source on GitHub ↗
(
    tensor: th.Tensor, x_max: Optional[float] = None, x_min: Optional[float] = None
)

Source from the content-addressed store, hash-verified

46 return img
47
48def tensor2rgbjet(
49 tensor: th.Tensor, x_max: Optional[float] = None, x_min: Optional[float] = None
50) -> np.ndarray:
51 return cv2.applyColorMap(tensor2rgb(tensor, x_max=x_max, x_min=x_min), cv2.COLORMAP_JET)
52
53
54def tensor2rgb(

Callers 1

tensor2imageFunction · 0.85

Calls 1

tensor2rgbFunction · 0.85

Tested by

no test coverage detected