feat 2倍超分

This commit is contained in:
zhouchengrong
2024-04-11 16:15:02 +08:00
parent e6f9a066ad
commit d4f8872574

View File

@@ -59,7 +59,8 @@ 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
) )