mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:36:31 +00:00
add gps matcher service
This commit is contained in:
@@ -15,5 +15,5 @@ public class InferenceClientConfig : ExternalClientConfig
|
||||
|
||||
public class GpsDeniedClientConfig : ExternalClientConfig
|
||||
{
|
||||
public int ZeroMqReceiverPort { get; set; }
|
||||
public int ZeroMqSubscriberPort { get; set; }
|
||||
}
|
||||
@@ -9,7 +9,6 @@ public enum RoleEnum
|
||||
Validator = 20, //annotator + dataset explorer. This role allows to receive annotations from the queue.
|
||||
CompanionPC = 30,
|
||||
Admin = 40, //
|
||||
ResourceUploader = 50, //Uploading dll and ai models
|
||||
ApiAdmin = 1000 //everything
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user