Skip to content

Commit

Permalink
Merge pull request #12 from renesas-rz/develop
Browse files Browse the repository at this point in the history
AI Applications v3.00
  • Loading branch information
yo4-s authored Feb 29, 2024
2 parents a2dbcda + 70f3b0c commit 70b035d
Show file tree
Hide file tree
Showing 192 changed files with 14,722 additions and 654 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
File renamed without changes.
24 changes: 24 additions & 0 deletions Q01_footfall_counter/exe_v2h/config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
; Configuration File

[line]
x1=96;
y1=444;
x2=296;
y2=387;
[region]
n=4;
x1=270;
y1=442;
x2=400;
y2=390;
x3=480;
y3=410;
x4=364;
y4=476;
[tracking]
kmin=4;
conf=0.1;
objects=person;
[display]
display_text=Human Count;
region_display_text=People in region;
76 changes: 76 additions & 0 deletions Q01_footfall_counter/exe_v2h/d-yolov3/deploy.json
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_tvmgen_default_mera_drp_main_0",
"attrs": {
"flatten_data": "0",
"func_name": "tvmgen_default_tvmgen_default_tvmgen_default_mera_drp_main_0",
"hash": "036f4701453dc3f3",
"num_outputs": "3",
"num_inputs": "1",
"global_symbol": "tvmgen_default_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, 255, 13, 13],
[1, 255, 26, 26],
[1, 255, 52, 52]
]
]
},
"node_row_ptr": [0, 1, 4]
}
Binary file added Q01_footfall_counter/exe_v2h/object_tracker
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file modified Q01_footfall_counter/images/ObjectTracking.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Q01_footfall_counter/images/Q01_image_V2H.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Q01_footfall_counter/images/hw_conf_v2h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Q01_footfall_counter/images/hw_conf_v2l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Q01_footfall_counter/images/obj_trk_out.JPG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 70b035d

Please sign in to comment.