CSP
CSP copied to clipboard
High-level Semantic Feature Detection: A New Perspective for Pedestrian Detection, CVPR, 2019
I can evaluate the results with eval_caltech , and I get the eval-newOcc=heavy.txt/eval-newAll.txt/eval-newReasonable.txt successfully. and the MR-2 are good, 45.7 , 57.6 , 4.65 。But when I try to use...
Has anyone encountered this problem while executing the command "python test_city.py"
FPPI
Wǒ zěnyàng huìzhì qūxiàn 7/5000 How do I draw the FPPI curve?
@liuwei16 Thanks for sharing your excellent work. But, when I use two gpu with batch size of 4 images, learning rate with 2e-4 or 4e-4, I can not reproduce the...
Does anyone reproduce the caltech result using author's weight(net_e110_l0.0082234138241.hdf5)? Could you share with me the result file which can be evaluated by matlab? Thank you very much!!!!!!
Can not reproduce the results in the paper, using resnet-50, I loaded the weight provided by the author (net_e110_l0.0082234138241.hdf5), in the parse_det_offset function, when the threshold corresponding to seman is...
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 answer!
In windows10 operation, I run the test_caltech.py directly, but did not success. After searching information, I knew that .pyx file must compile to .pyd file. Then I met some problems...