We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@SeokjuLee VPGNet/caffe/tools/convert_driving_data.cpp [line 115] int resize_height = std::max(0, FLAGS_resize_height); ///480+32=512 int resize_width = std::max(0, FLAGS_resize_width); ///640+32=672
original images are resized to 672*512, should coordinates of lines be reseized also??
[line 96] lines.push_back(std::make_pair(filename, boxes));
The text was updated successfully, but these errors were encountered:
@weisili2016 It is padding parameter. You don't need to resize the labels.
Sorry, something went wrong.
No branches or pull requests
@SeokjuLee
VPGNet/caffe/tools/convert_driving_data.cpp
[line 115]
int resize_height = std::max(0, FLAGS_resize_height); ///480+32=512
int resize_width = std::max(0, FLAGS_resize_width); ///640+32=672
original images are resized to 672*512, should coordinates of lines be reseized also??
[line 96]
lines.push_back(std::make_pair(filename, boxes));
The text was updated successfully, but these errors were encountered: