mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 02:56:31 +00:00
clamp detections to media borders - create, move, resize
fix inference start fix config fix resize rectangles show
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user