wyd1520

Results 2 issues of wyd1520

用下面的两张图。在识别多人的图片时使用V2 Model会有异常,根踪到这里应是矩型数据出现了问题, ``` cv::Mat tmp(rect.height, rect.width, CV_32F, cv::Scalar(0.0)); sample_norm_channels[k](cuted_rect).copyTo(tmp(inner_rect)); cv::resize(tmp, n_channels[i * 5 * num_channels_ + k * num_channels_ + j], cv::Size(24, 24)); ``` ![1](https://user-images.githubusercontent.com/5322247/33525224-64531538-d866-11e7-8753-3cf761d76a3a.jpg) ![selfie](https://user-images.githubusercontent.com/5322247/33525211-3417a8ac-d866-11e7-9df6-5a4e1e35dbe7.jpg) ]()

**Describe the bug** I used Docker to install thingsboard/tb-postgres:latest version on Ubuntu18.04 but it was unsuccessful and the following log was displayed. Starting Postgresql... pg_ctl: directory "/data/db" is not a...

bug
unconfirmed