Skip to content

Commit

Permalink
actually use rgb instead of bgr...
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeyos committed Jan 27, 2015
1 parent 95db5ba commit 0677605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/convert_driving_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ int main(int argc, char** argv) {
box->set_img_height(resize_height);
}
if (!ReadImageToDatum(image_path, 0,
resize_height, resize_width, is_color, data.mutable_car_image_datum())) {
resize_height, resize_width, is_color, data.mutable_car_image_datum(), FLAGS_use_rgb)) {
continue;
}

Expand Down

0 comments on commit 0677605

Please sign in to comment.