Mingzhi
Mingzhi
> @msha096 @rainofmine Thanks. Could you please share the test code? The test code is right in csv_eval.py which was called in train.py
> > It might be caused by the version of python. You might use python 3.7 for now. Try downgrade it to 3.6. > > thx, but the requirement in...
> For caltech datasets,how to evalute the results on ALL set and Heavy Occlusion set? We only have one ground truth file named gt-Reasonable.mat in Eval_caltech. Need help!Thanks for anyone...
check this https://github.com/liuwei16/CSP/issues/38
> @cekcoco 110. The version of opencv is same the author mentioned. Several days ago, I cried and laugh(哭笑不得). Now, I used pytorch code and change dataset. Hi, how many...
> > > @cekcoco 110. The version of opencv is same the author mentioned. Several days ago, I cried and laugh(哭笑不得). Now, I used pytorch code and change dataset. >...
> hello, Is MR(mentioned in the paper )the average of all the results or the best result? I'm confused. > The result is roughly as shown below > > 59...
> @sadsearth , after compiling following the advice, my code does not have this problem again. Thanks How did you solve it?
> @msha096 My solution is to copy all folders except nms under the py-faster-rcnn-master/lib path to the CSP-master/keras_csp path. Then, make! Did you solution work? what is your cuda and...
> cuda:9.0 gcc:5.4 Thanks, it works for me.