MCPcopy Create free account
hub / github.com/AiuniAI/Unique3D / process

Method process

scripts/upsampler.py:78–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 self.img = F.pad(self.img, (0, self.mod_pad_w, 0, self.mod_pad_h), 'reflect')
77
78 def process(self):
79 # model inference
80 self.output = self.model(self.img)
81
82 def tile_process(self):
83 """It will first crop input images to tiles, and then process each tile.

Callers 1

enhanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected