Skip to content

Commit

Permalink
feat: use multithread for traffic light container as default (#995)
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 authored May 30, 2022
1 parent 3ebfeeb commit 1f6eec3
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 1f6eec3

Please sign in to comment.