ZhenLiuBuaa
ZhenLiuBuaa
so,the output file results.json is a empty list
i made some change to this code I change the torch.backends.cudnn.benchmark = False for a train error I set the cuda devices = 1 i dont know weather the test...
i find in test process ,kp.py line 265, kp = kp_(inter) kp data is unnormal ,some value is bigger than 1e30 and inter data is right
this is kp data @Duankaiwen [kp.txt](https://github.com/Duankaiwen/CenterNet/files/3264223/kp.txt) _
this is the test error Traceback (most recent call last): File "test.py", line 99, in test(testing_db, args.split, args.testiter, args.debug, args.suffix) File "test.py", line 61, in test testing(db, nnet, result_dir, debug=debug)...
Thanks for your reply.I think maybe the cudnn.benchmark value influence the model structure. The saved model is a little bigger than what you provided. Good luck to you. 发件人: Kaiwen...
> @ZhenLiuBuaa I met the same problem. Can you telll me how to solve this problem. Thanks! i think if you want test the model,you should set cudnn.benchmark=True.if not ,you...