|
|
|
@@ -64,6 +64,8 @@ struct BoxesConfig { |
|
|
|
std::vector<float> prior_scaling; |
|
|
|
}; |
|
|
|
|
|
|
|
//update run master |
|
|
|
|
|
|
|
/// \brief resizing image by bilinear algorithm, the data type of currently only supports is uint8, |
|
|
|
/// the channel of currently supports is 3 and 1. |
|
|
|
/// \param[in] src Input image data. |
|
|
|
|