youthM

Results 12 issues of youthM

Hi, I want to crop the images of webface to 112x112, what I need to change in your code ? @wy1iu

Traceback (most recent call last): File "main.py", line 231, in Net = SRGAN(data.inputs, data.targets, FLAGS) File "/home/zhou/SRGAN-tensorflow/lib/model.py", line 372, in SRGAN extracted_feature_gen = VGG19_slim(gen_output, FLAGS.perceptual_mode, reuse=False, scope=scope) File "/home/zhou/SRGAN-tensorflow/lib/model.py", line...

I1217 08:19:26.450222 6021 layer_factory.hpp:77] Creating layer mobilenet0_relu8 I1217 08:19:26.450242 6021 net.cpp:86] Creating Layer mobilenet0_relu8 I1217 08:19:26.450255 6021 net.cpp:408] mobilenet0_relu8 mobilenet0_batchnorm8 (in-place) I1217 08:19:26.459385 6021 net.cpp:124] Setting up mobilenet0_relu8 I1217 08:19:26.459436...

Hi,想问一下,SoftNMS和NMS哪个效果更好? @XuHao9166

@cholihao void AnchorGenerator::landmark_pred(const CRect2f anchor, const std::vector& delta, std::vector& pts) { float w = anchor[2] - anchor[0] + 1; float h = anchor[3] - anchor[1] + 1; float x_ctr =...

hi,你能提供MultiPIE的其他下载链接吗?我打不开目前的链接 @jiankangdeng

比如说得到150x151这种裁剪出的人脸图像,怎么用代码解决