liuwei16 / ALFNet

Code for 'Learning Efficient Single-stage Pedestrian Detectors by Asymptotic Localization Fitting' in ECCV2018
129 stars 75 forks source link

I run the test.py using the train result resnet_e3_l1.15433712553.hdf5 , the result is empty #15

Open nankeermeng opened 5 years ago

nankeermeng commented 5 years ago

follow the code I can train 150 epochs, but when i run the test.py using the train result resnet_e3_l1.15433712553.hdf5 , I cannot get test result, the val_det.txt is empty, why?

nankeermeng commented 5 years ago

@liuwei16