Closed phunix9 closed 3 years ago
Thank you. I changed according to you, but it caused another error.
rotation eval:
Writing spike VOC resutls file
Traceback (most recent call last):
File "test_hrsc2016.py", line 51, in
I am so sorry. It is my fault. I only trained for a few iterations before. Now I can test successfully.
Thank you very much!
Hello, I succeed in training and testing several detectors such as RRPN, RSDET and R3DET
However, when I tried SCRDET, it caused error.
Traceback (most recent call last): File "test_hrsc2016.py", line 52, in
tester.eval()
File "test_hrsc2016.py", line 31, in eval
image_ext=self.args.image_ext)
File "../../tools/test_hrsc2016_base.py", line 81, in eval_with_plac
input_img_batch=img_batch)
ValueError: too many values to unpack (expected 3)
I don't know why and I can run test_hrsc2016.py successfully for RRPN, RSDET and R3DET
I can also run train.py successfully for SCRDET
Here is the code of test_hrsc2016.py Please help me, thank you!