python test.py之后遇到报错如下
Testing on SOD
Traceback (most recent call last):
File "test.py", line 105, in
t = Test(dataset, e, GCPANet)
File "test.py", line 47, in init
self.cfg = Dataset.Config(datapath=datapath, snapshot=sys.argv[1], mode='test')
IndexError: list index out of range
来源:CSDN
作者:Archerzjc
链接:https://blog.csdn.net/zjc910997316/article/details/103483480