Skip to content

Commit

Permalink
feat: use multithread for traffic light container as default (tier4#995)
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <[email protected]>
  • Loading branch information
tkimura4 authored and boyali committed Oct 3, 2022
1 parent 73efbc0 commit 291b235
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<arg name="input/image" value="$(var input/image)"/>
<arg name="enable_fine_detection" value="$(var enable_fine_detection)"/>
<arg name="use_intra_process" value="true"/>
<arg name="use_multithread" value="false"/>
<arg name="use_multithread" value="true"/>
</include>

<!-- visualizer -->
Expand Down

0 comments on commit 291b235

Please sign in to comment.