Skip to content

Commit

Permalink
fix: careless
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Sep 24, 2024
1 parent 62c8598 commit eecfe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasker.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func (t *Tasker) getRecognitionDetail(recId int64) *RecognitionDetail {
Name: name.Get(),
Algorithm: algorithm.Get(),
Hit: hit != 0,
Box: toMaaRect(box.Get()),
Box: box.Get(),
DetailJson: detailJson.Get(),
Raw: rawImg,
Draws: DrawImages,
Expand Down

0 comments on commit eecfe1a

Please sign in to comment.