mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:16:31 +00:00
fix bug with annotation result gradient stops
add tensorrt engine
This commit is contained in:
@@ -13,4 +13,7 @@ public class InferenceClientConfig : ExternalClientConfig
|
||||
public string ResourcesFolder { get; set; } = "";
|
||||
}
|
||||
|
||||
public class GpsDeniedClientConfig : ExternalClientConfig;
|
||||
public class GpsDeniedClientConfig : ExternalClientConfig
|
||||
{
|
||||
public int ZeroMqReceiverPort { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user