clamp detections to media borders - create, move, resize

fix inference start
fix config
fix resize rectangles show
This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-08-14 04:22:55 +03:00
parent 4780e8c61c
commit 61c93e9c88
4 changed files with 102 additions and 45 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ public class InferenceClient : IInferenceClient
Arguments = $"-p {_inferenceClientConfig.ZeroMqPort} -lp {_loaderClientConfig.ZeroMqPort} -a {_inferenceClientConfig.ApiUrl}",
CreateNoWindow = true
};
//process.Start();
process.Start();
}
catch (Exception e)
{