jsxyhelu

Results 30 comments of jsxyhelu

http://cs.stanford.edu/people/jcjohns/fast-neural-style/models/…… is invalid https://cs.stanford.edu/people/jcjohns/fast-neural-style/models/……is right

wait for commit!

xc7v415t 这个从哪里能够购买到?淘宝上能买到吗?好像搜不到呀。 问了小白问题了,不好意思,对这个方向很关注。

from https://github.com/opencv/opencv/pull/17520 Because my test here needs to call related image resources, according to the current practice, they are placed in opencv_extra (https://github.com/opencv/opencv_extra/pull/766). In this case, you must first pass...

What should I do? First of all, upload the image to extra, and then opencv test can pass, but the extra here can't pass.

@alalek thanks,I will pay attention to keeping the names of both sides consistent next time

acc = history.history['binary_accuracy'] you may try

Hi@qgeissmann,Thanks for replying, I will do my best. And now ,I am most interesting in the step3 and step4,you say "Both steps use a ML predictor (Predictor) that takes as...

Hello, for the random forest method you mentioned before, I have conducted further research, basic parameter settings ``` m_trees = cv::ml::RTrees::create(); m_trees->setMaxDepth(10); m_trees->setMinSampleCount(10); m_trees->setRegressionAccuracy(0); m_trees->setUseSurrogates(false); m_trees->setMaxCategories(2); m_trees->setCalculateVarImportance(true); m_trees->setActiveVarCount(false); m_trees->setTermCriteria({ cv::TermCriteria::MAX_ITER...