Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yolo_model_optimization
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
yolo_model_optimization
Commits
55220b73
Commit
55220b73
authored
Jun 09, 2023
by
Sikhin VC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api changes
parent
f04b8b6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
yolo_optimization.py
yolo_optimization.py
+1
-1
No files found.
yolo_optimization.py
View file @
55220b73
...
@@ -46,7 +46,7 @@ class ModelOptimization:
...
@@ -46,7 +46,7 @@ class ModelOptimization:
shutil
.
copy
(
self
.
weight_path
,
os
.
path
.
join
(
code_directory
,
'tensorrtx/yolov5/build'
))
shutil
.
copy
(
self
.
weight_path
,
os
.
path
.
join
(
code_directory
,
'tensorrtx/yolov5/build'
))
logger
.
info
(
"Copied wts file to build directory"
)
logger
.
info
(
"Copied wts file to build directory"
)
weight_name_with_extension
=
os
.
path
.
basename
(
self
.
weight_path
)
weight_name_with_extension
=
os
.
path
.
basename
(
self
.
weight_path
)
os
.
chdir
(
'tensorrtx/yolov5/build'
)
os
.
chdir
(
os
.
path
.
join
(
code_directory
,
'tensorrtx/yolov5/build'
)
)
logger
.
info
(
"Changed to build directory"
)
logger
.
info
(
"Changed to build directory"
)
logger
.
info
(
"Running CMake command"
)
logger
.
info
(
"Running CMake command"
)
subprocess
.
run
([
'cmake'
,
'..'
])
subprocess
.
run
([
'cmake'
,
'..'
])
...
...
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