Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jk_edge_code_api_integration
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikhin.vc
jk_edge_code_api_integration
Commits
1a7a0d4e
Commit
1a7a0d4e
authored
May 04, 2023
by
Sikhin VC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added engine file
parent
ac0b8a6d
Pipeline
#69026
failed with stage
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
data/jk_v5_cam_44.engine
data/jk_v5_cam_44.engine
+0
-0
data/libmyplugins.so
data/libmyplugins.so
+0
-0
scripts/cement_counter.py
scripts/cement_counter.py
+1
-1
No files found.
data/jk_v5_cam_4
7
.engine
→
data/jk_v5_cam_4
4
.engine
View file @
1a7a0d4e
No preview for this file type
data/libmyplugins.so
View file @
1a7a0d4e
No preview for this file type
scripts/cement_counter.py
View file @
1a7a0d4e
...
...
@@ -34,7 +34,7 @@ class CementBagCounter(ModelWrapper):
self
.
device_id
=
device_id
self
.
rtp
=
pubs
.
rtp_write
self
.
frame_skip
=
self
.
config
.
get
(
'frame_skip'
,
False
)
engine_file_path
=
"data/jk_v5_cam_4
7
.engine"
engine_file_path
=
"data/jk_v5_cam_4
4
.engine"
self
.
classes
=
{
0
:
'cement_bag'
}
self
.
yolo_v5_wrapper
=
YoloV5TRT
(
engine_file_path
,
model_config
.
get
(
'conf_thresh'
,
0.7
),
model_config
.
get
(
'iou_thresh'
,
0.15
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment