Skip to content

Commit

Permalink
fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswittich committed Oct 2, 2024
1 parent 6b8ef04 commit f26812b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detector/yolov5_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _create_engine(self, resolution: int, cat_count: int, wts_file: str) -> str:

subprocess.run('make -j6 -Wno-deprecated-declarations',
shell=True, check=True)
self.logself.log.warning('currently we assume a Yolov5 s6 model;\
self.log.warning('currently we assume a Yolov5 s6 model;\
parameterization of the variant (s, s6, m, m6, ...) still needs to be done')
# TODO parameterize variant "s6"
subprocess.run(
Expand Down

0 comments on commit f26812b

Please sign in to comment.