Detectron.pytorch icon indicating copy to clipboard operation
Detectron.pytorch copied to clipboard

UnicodeDecodeError: 'ascii' codec can't decode byte 0xf5 in position 1: ordinal not in range(128)

Open Yinhance opened this issue 3 years ago • 0 comments

When I run the inference command,the error is:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xf5 in position 1: ordinal not in range(128) How to solve this problem? btw,I followed the approach to test python -c "import sys; print(sys.getdefaultencoding())", the output is ascii

Yinhance avatar Jul 30 '21 14:07 Yinhance