people_segmentation icon indicating copy to clipboard operation
people_segmentation copied to clipboard

Fatal Python error: init_sys_streams: <stdin> is a directory, cannot continue Python runtime state: core initialized

Open lkp520 opened this issue 3 years ago • 0 comments

When I run "python -m torch.distributed.launch --nproc_per_node=1 people_segmentation/inference.py \ -i <validation/supervisely> \ -c <people_segmentation/configs/2020-09-25.yaml> \ -w <weight/w.pth> \ -o \ --fp16 "

I meet some problem: Fatal Python error: init_sys_streams: is a directory, cannot continue Python runtime state: core initialized

Current thread 0x00007f9c81ecf740 (most recent call first): <no Python frame>

Can you help me to solve it? Thank you!

lkp520 avatar Jul 25 '21 15:07 lkp520