Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed May 2, 2015
1 parent ecd11d8 commit 904a6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/im2rec.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ int main(int argc, char *argv[]) {
if (new_size > 0) {
cv::resize(img, res, cv::Size(new_size, new_size),
0, 0, CV_INTER_CUBIC);
} else {
} else {
res = img;
}
encode_buf.clear();
Expand Down

0 comments on commit 904a6d8

Please sign in to comment.