feat 2倍超分

This commit is contained in:
zhouchengrong
2024-04-11 16:27:40 +08:00
parent d4f8872574
commit e20afaac05

View File

@@ -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
) )