lfz / DSB2017

The solution of team 'grt123' in DSB2017
MIT License
1.23k stars 420 forks source link

nothing output when I run python detector/main.py for detector testing #75

Closed HbueSky closed 6 years ago

HbueSky commented 6 years ago

I have done the detector training, and get nothing output when running the detector testing.

I have runed for three days with GTX1070, and set b = 2, and then I add some print statement to help me track the program. The problem is occured in main() function =======> test(test_loader, net, get_pbb, save_dir,config) In test() fuction, it can run to =======>for i_name, (data, target, coord, nzhw) in enumerate(data_loader): And there are no npy files output.

I don't know how to solve it, can you help me?