DL-85
Results
2
comments of
DL-85
I think maybe this code "np.savetxt(record_file, rects, fmt='%.3f', delimiter=',')" caused the problem. So I modified it to "np.savetxt(record_file, rects, delimiter=',')" , but it didn't work, same things still happened.
赞同