ssEEEEEEEEEE
======================================================================
ERROR: test_test (__main__.TestFasterRCNN)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_architectures.py", line 38, in setUp
self.cfg = load_config(self.cfg_file)
File "E:\00_project\03_road\work\PaddleDetection\ppdet\core\workspace.py", line 85, in load_config
with open(file_path) as f:
OSError: [Errno 22] Invalid argument: 'configs\x0caster_rcnn_r50_1x.yml'
======================================================================
ERROR: test_train (__main__.TestFasterRCNN)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_architectures.py", line 38, in setUp
self.cfg = load_config(self.cfg_file)
File "E:\00_project\03_road\work\PaddleDetection\ppdet\core\workspace.py", line 85, in load_config
with open(file_path) as f:
OSError: [Errno 22] Invalid argument: 'configs\x0caster_rcnn_r50_1x.yml'
======================================================================
ERROR: test_test (__main__.TestMaskRCNN)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_architectures.py", line 38, in setUp
self.cfg = load_config(self.cfg_file)
File "E:\00_project\03_road\work\PaddleDetection\ppdet\core\workspace.py", line 85, in load_config
with open(file_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'configs\\mask_rcnn_r50_1x.yml'
======================================================================
ERROR: test_train (__main__.TestMaskRCNN)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_architectures.py", line 38, in setUp
self.cfg = load_config(self.cfg_file)
File "E:\00_project\03_road\work\PaddleDetection\ppdet\core\workspace.py", line 85, in load_config
with open(file_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'configs\\mask_rcnn_r50_1x.yml'
看样子是文件读取有问题,看一下路径下面有没有文件