MCPcopy Create free account
hub / github.com/NVIDIA/FastPhotoStyle / __init__

Method __init__

process_stylization.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16
17class ReMapping:
18 def __init__(self):
19 self.remapping = []
20
21 def process(self, seg):
22 new_seg = seg.copy()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected