Skip to content

Commit

Permalink
Files merged from rzv_ai_sdk_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-88 committed May 30, 2024
1 parent 25e7fed commit 2b22614
Show file tree
Hide file tree
Showing 47 changed files with 3,305 additions and 134 deletions.
403 changes: 269 additions & 134 deletions Q10_suspicious_person_detection/README.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions Q10_suspicious_person_detection/exe_v2h/config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
; Configuration File

[path]

model_path=./suspicious_onnx;
label_path=./suspicious_class.txt;

[detect]

conf=0.5;
anchors=10,13,16,30,33,23,30,61,62,45,59,119,116,90,156,198,373,326;
objects=suspicious,non_suspicious;
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"nodes": [
{
"op": "null",
"name": "input1",
"inputs": []
},
{
"op": "tvm_op",
"name": "tvmgen_default_tvmgen_default_mera_drp_main_0",
"attrs": {
"flatten_data": "0",
"func_name": "tvmgen_default_tvmgen_default_mera_drp_main_0",
"hash": "f5ceae61e339a7b9",
"num_outputs": "3",
"num_inputs": "1",
"global_symbol": "tvmgen_default_tvmgen_default_mera_drp_main_0",
"Compiler": "mera_drp"
},
"inputs": [
[
0,
0,
0
]
]
}
],
"arg_nodes": [0],
"heads": [
[
1,
0,
0
],
[
1,
1,
0
],
[
1,
2,
0
]
],
"attrs": {
"dltype": [
"list_str",
[
"float32",
"float16",
"float16",
"float16"
]
],
"device_index": [
"list_int",
[1, 1, 1, 1]
],
"storage_id": [
"list_int",
[0, 1, 2, 3]
],
"shape": [
"list_shape",
[
[1, 3, 416, 416],
[1, 21, 13, 13],
[1, 21, 26, 26],
[1, 21, 52, 52]
]
]
},
"node_row_ptr": [0, 1, 4]
}
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions Q10_suspicious_person_detection/exe_v2l/suspicious_class.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
suspicious
non_suspicious
2 changes: 2 additions & 0 deletions Q10_suspicious_person_detection/gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.txt text eol=lf
*.ini text eol=lf
Loading

0 comments on commit 2b22614

Please sign in to comment.