当前位置:网站首页>(resolved) the following raise notimplementederror occurs when Minet tests

(resolved) the following raise notimplementederror occurs when Minet tests

2022-06-27 07:39:00 Computer vision Archer

An error is as follows
NotImplementedError

 

The question is dataloader.py There was a problem with the path while reading the test set , Check the path carefully
 

# Basic path
datasets_root = "/home/xxx/data-RGB"

# Training set path
dutstr_path = os.path.join(datasets_root, "regular", "DUTS-TRAIN")

# Test set path
ecssd_path = os.path.join(datasets_root, "regular", "ECSSD")

/home/xxx/data-RGB/regular/ECSSD This path should be consistent with the test set you set

原网站

版权声明
本文为[Computer vision Archer]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206270638400826.html