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
https://github.com/bowenc0221/panoptic-deeplab/blob/master/tools_d2/README.md#training @bowenc0221
D:_DL\panoptic-deeplab\tools_d2>python train_panoptic_deeplab.py --config-file config/Cityscapes-PanopticSegmentation/panoptic_deeplab_X_65_os16_mg124_poly_90k_bs32_crop_512_1024.yaml --num-gpus 1
Command Line Args: Namespace(config_file='config/Cityscapes-PanopticSegmentation/panoptic_deeplab_X_65_os16_mg124_poly_90k_bs32_crop_512_1024.yaml', dist_url='tcp://127.0.0.1:49153', eval_only=False, machine_rank=0, num_gpus=1, num_machines=1, opts=[], resume=False)
Traceback (most recent call last):
File "train_panoptic_deeplab.py", line 177, in
launch(
File "d:_dl\detectron2\detectron2\engine\launch.py", line 82, in launch
main_func(*args)
File "train_panoptic_deeplab.py", line 159, in main
cfg = setup(args)
File "train_panoptic_deeplab.py", line 151, in setup
cfg.merge_from_file(args.config_file)
File "d:_dl\detectron2\detectron2\config\config.py", line 30, in merge_from_file
assert PathManager.isfile(cfg_filename), f"Config file '{cfg_filename}' does not exist!"
AssertionError: Config file 'config/Cityscapes-PanopticSegmentation/panoptic_deeplab_X_65_os16_mg124_poly_90k_bs32_crop_512_1024.yaml' does not exist!
PyTorch built with:
C++ Version: 199711
MSVC 192829337
Intel(R) Math Kernel Library Version 2020.0.2 Product Build 20200624 for Intel(R) 64 architecture applications
https://github.com/bowenc0221/panoptic-deeplab/blob/master/tools_d2/README.md#training
@bowenc0221
D:_DL\panoptic-deeplab\tools_d2>python train_panoptic_deeplab.py --config-file config/Cityscapes-PanopticSegmentation/panoptic_deeplab_X_65_os16_mg124_poly_90k_bs32_crop_512_1024.yaml --num-gpus 1
Command Line Args: Namespace(config_file='config/Cityscapes-PanopticSegmentation/panoptic_deeplab_X_65_os16_mg124_poly_90k_bs32_crop_512_1024.yaml', dist_url='tcp://127.0.0.1:49153', eval_only=False, machine_rank=0, num_gpus=1, num_machines=1, opts=[], resume=False)
Traceback (most recent call last):
File "train_panoptic_deeplab.py", line 177, in
launch(
File "d:_dl\detectron2\detectron2\engine\launch.py", line 82, in launch
main_func(*args)
File "train_panoptic_deeplab.py", line 159, in main
cfg = setup(args)
File "train_panoptic_deeplab.py", line 151, in setup
cfg.merge_from_file(args.config_file)
File "d:_dl\detectron2\detectron2\config\config.py", line 30, in merge_from_file
assert PathManager.isfile(cfg_filename), f"Config file '{cfg_filename}' does not exist!"
AssertionError: Config file 'config/Cityscapes-PanopticSegmentation/panoptic_deeplab_X_65_os16_mg124_poly_90k_bs32_crop_512_1024.yaml' does not exist!
PyTorch built with:
The text was updated successfully, but these errors were encountered: