mqchen1993

Results 7 issues of mqchen1993

raw_depth_input = blur_depth ... if sparse_depth is not None: result_depth = (1 - sparse_mask) * result_depth + sparse_mask * raw_depth_input 你好,我有一个疑惑。为了保留sparse depth上的有效值,为什么不是用sparse上的值替换,而是用blur_depth。blur_depth是网络预测的,这个不一定准确啊?请麻烦帮我解答一下,谢谢!

When I run download_styling_models.sh, it gets error: --2018-03-16 09:26:26-- (try: 2) https://www.dropbox.com/s/gtwnyp9n49lqs7t/saved-models.zip?dl=1 Connecting to www.dropbox.com (www.dropbox.com)|162.125.82.1|:443... failed: Connection timed out. Connecting to www.dropbox.com (www.dropbox.com)|2620:100:6032:1::a27d:5201|:443... failed: Cannot assign requested address. Retrying....

if down_octave: sort_idx = (-npy_kpts[:, 2]).argsort() Hello, why is this sorted according to npy_kpts[:, 2]? I said that the content of npy_kpts[:, 2] is the diameter information of the feature...

Hello, I would like to ask about this part of nms(Non-Maximum Suppression) code is written where? I did not find it, thanks!

I1128 08:59:24.073550 14972 solver.cpp:397] Test net output #0: Accuracy1 = 1 I1128 08:59:24.073571 14972 solver.cpp:397] Test net output #1: SoftmaxWithLoss1 = 87.3362 (* 1 = 87.3362 loss) I1128 08:59:24.187857 14972...

examples/cpp_classification/classification_multilabel.cpp:113:3: warning: 'auto' changes meaning in C++11; please remove it [-Wc++0x-compat] auto output = Predict(img); ^ examples/cpp_classification/classification_multilabel.cpp:113:8: error: 'output' does not name a type auto output = Predict(img); ^ examples/cpp_classification/classification_multilabel.cpp:116:35:...

Hello, thank you for the code, I would like to ask, what is the best precision you have achieved on the CUB dataset? Why am I only about 78%? Thank...