VPGNet
VPGNet copied to clipboard
some questions about "convert_driving_data.cpp "
@SeokjuLee
VPGNet/caffe/tools/convert_driving_data.cpp
[line 115]
int resize_height = std::max
original images are resized to 672*512, should coordinates of lines be reseized also??
[line 96] lines.push_back(std::make_pair(filename, boxes));
@weisili2016 It is padding parameter. You don't need to resize the labels.