Skip to content

Commit 74e5c8f

Browse files
committed
chore(cspell): ignore words from bytetrack
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
1 parent 0ac9da9 commit 74e5c8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

perception/bytetrack/src/bytetrack.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ bool ByteTrack::do_inference(ObjectArray & objects)
3838
bytetrack_objects.emplace_back(bytetrack_obj);
3939
}
4040

41+
// cspell: ignore stracks tlwh
4142
// Update tracker
4243
std::vector<STrack> output_stracks = tracker_->update(bytetrack_objects);
4344

0 commit comments

Comments
 (0)