feat 2倍超分
This commit is contained in:
@@ -59,8 +59,7 @@ class SuperResolution:
|
|||||||
@RunTime
|
@RunTime
|
||||||
def infer(self, inputs):
|
def infer(self, inputs):
|
||||||
return self.triton_client.async_infer(
|
return self.triton_client.async_infer(
|
||||||
# model_name=SR_MODEL_NAME,
|
model_name=SR_MODEL_NAME,
|
||||||
model_name="super_resolution_size-2",
|
|
||||||
inputs=inputs,
|
inputs=inputs,
|
||||||
callback=self.callback
|
callback=self.callback
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user