You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我用自己的dataset做了训练也在config和predict中做了相应的路径和class修改,但是运行predict后会提示我下面这个错误
FileNotFoundError: [Errno 2] No such file or directory: './test/abnormal '
我明明这个路径下是有文件的,一开始我以为是单一文件,但是发现你提供的试验用打dataset中也是不只一张图,我想请问我该如何解决这个问题?