Skip to content

Commit dcd4e8b

Browse files
author
abdulsajid mohammed
committed
Initial Commit
0 parents  commit dcd4e8b

File tree

415 files changed

+65650
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

415 files changed

+65650
-0
lines changed

Contribution_License_Agreement.pdf

75.2 KB
Binary file not shown.

Docs/Architecturepic.png

173 KB
Loading

Docs/DeploymentArchitecture.png

142 KB
Loading

Docs/IVA-Input_Schema.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Sample for Input Schema:
2+
```json
3+
{
4+
"Tid": "1",
5+
"Did": "DeviceId",
6+
"Fid": "1160",
7+
"Base_64": "",
8+
"C_threshold": 0.5,
9+
"Per": [],
10+
"Mtp":[
11+
{
12+
"Etime": "2023-04-22,04:56:28.805 AM",
13+
"Src": "Grabber",
14+
"Stime": "2023-04-22,04:56:28.805 AM"
15+
},
16+
{
17+
"Etime": "",
18+
"Src": "Frame Processor",
19+
"Stime": "2023-04-22,04:56:41.860 AM"
20+
}
21+
],
22+
"Ts": "",
23+
"Ts_ntp": "",
24+
"Inf_ver" :"",
25+
"Msg_ver": "",
26+
"Model": "Detecto",
27+
"Ad": "" ,
28+
"Ffp": "ffp",
29+
"Ltsize": "ltsize",
30+
"Lfp": "lfp",
31+
"I_fn": " ",
32+
"Msk_img": [" "],
33+
"Rep_img": [" "],
34+
"Prompt":[""]
35+
}
36+
```
37+
38+
## Schema definition
39+
| Key | Description |
40+
|-------------------------------------|-------------------------------------|
41+
| Tid | Tenant ID |
42+
| Did | Device ID |
43+
| Fid | Frame ID |
44+
| Base_64 | Base-64 encoding string of an image |
45+
| C_threshold | Confidence threshold value. Data type is float |
46+
| Per | Previous frame's metadata |
47+
| Mtp | Message Travel Path |
48+
| Ts | Time Stamp |
49+
| Ts_ntp | NTP Time Stamp |
50+
| Inf_ver | Infosys Version |
51+
| Msg_ver | Message Version |
52+
| Model | Name of the Model that is being triggered |
53+
| Ad | Additional Parameters |
54+
| Ffp | First Frame passing |
55+
| Ltsize | Lot size |
56+
| Lfp | Last Frame Passing |
57+
| Fs | It contains all the predicted output of the model |
58+
| Rc | Response Code. Denotes success or failure code |
59+
| Rm | Response Message. Denotes success or failure message |
60+
| I_fn | Input file name |
61+
| Msk_img | List of mask images |
62+
| Rep_img | Replaces images as a list |
63+
| Prompt | List of text prompts |
64+
| Img_url | List of urls of output images |
65+
| Obase_64 | List of output images in base64 format |
66+
67+
68+

Docs/IVA-Output_Schema.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Sample for Output Schema:
2+
```json
3+
{
4+
"Tid":"1",
5+
"Did":"DeviceId",
6+
"Fid":"1160",
7+
"Fs":[
8+
{
9+
"Cs":1.0,
10+
"Lb":"person",
11+
"Dm":{"X":0.18560473,"Y":0.03351725,"H":0.93880859,"W":0.17927151},
12+
"Nobj":"",
13+
"Uid":"",
14+
"Info":"{}",
15+
"Kp":{}
16+
}
17+
],
18+
"Mtp":[
19+
{"Etime":"08-02-2023,02:11:33.513PM","Src":"grabber","Stime":"08-02-2023,02:11:22.744PM"},
20+
{"Etime":"08-02-2023,02:11:33.513PM","Src":"predictor","Stime":"08-02-2023,02:11:22.744PM"},
21+
{"Etime":"2023-05-04,01:25:58.774PM","Src":"Detecto","Stime":"2023-05-04,01:25:56.974PM"}
22+
],
23+
"Ts":"",
24+
"Ts_ntp":"",
25+
"Msg_ver":"",
26+
"Inf_ver":"",
27+
"Rc":"200",
28+
"Rm":"Success",
29+
"Ad":"",
30+
"Lfp":"lfp",
31+
"Ffp":"ffp",
32+
"Ltsize":"ltsize",
33+
"Obase_64": [""],
34+
"Img_url": [""]
35+
}
36+
```
37+
38+
## Schema definition
39+
| Key | Description |
40+
|-------------------------------------|-------------------------------------|
41+
| Tid | Tenant ID |
42+
| Did | Device ID |
43+
| Fid | Frame ID |
44+
| Base_64 | Base-64 encoding string of an image |
45+
| C_threshold | Confidence threshold value. Data type is float |
46+
| Per | Previous frame's metadata |
47+
| Mtp | Message Travel Path |
48+
| Ts | Time Stamp |
49+
| Ts_ntp | NTP Time Stamp |
50+
| Inf_ver | Infosys Version |
51+
| Msg_ver | Message Version |
52+
| Model | Name of the Model that is being triggered |
53+
| Ad | Additional Parameters |
54+
| Ffp | First Frame passing |
55+
| Ltsize | Lot size |
56+
| Lfp | Last Frame Passing |
57+
| Fs | It contains all the predicted output of the model |
58+
| Rc | Response Code. Denotes success or failure code |
59+
| Rm | Response Message. Denotes success or failure message |
60+
| I_fn | Input file name |
61+
| Msk_img | List of mask images |
62+
| Rep_img | Replaces images as a list |
63+
| Prompt | List of text prompts |
64+
| Img_url | List of urls of output images |
65+
| Obase_64 | List of output images in base64 format |
66+

Docs/capabilityarchitecture.png

85.2 KB
Loading

0 commit comments

Comments
 (0)