Skip to content
New issue

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

some questions about "convert_driving_data.cpp " #18

Open
weisili2016 opened this issue May 7, 2018 · 1 comment
Open

some questions about "convert_driving_data.cpp " #18

weisili2016 opened this issue May 7, 2018 · 1 comment

Comments

@weisili2016
Copy link

@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));

@SeokjuLee
Copy link
Owner

@weisili2016 It is padding parameter. You don't need to resize the labels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants