MCPcopy Create free account
hub / github.com/openai/point-e / preprocess

Function preprocess

point_e/util/point_cloud.py:12–15  ·  view source on GitHub ↗
(data, channel)

Source from the content-addressed store, hash-verified

10
11
12def preprocess(data, channel):
13 if channel in COLORS:
14 return np.round(data * 255.0)
15 return data
16
17
18@dataclass

Callers 1

select_channelsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected