zhanghang1989 / PyTorch-Encoding

A CV toolkit for my papers.
https://hangzhang.org/PyTorch-Encoding/
MIT License
2.04k stars 450 forks source link

Installing PASCAL Context API failed #108

Open OilGao opened 6 years ago

OilGao commented 6 years ago

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 14: ordinal not in range(128) Installing PASCAL Context API failed, please install it manually https://github.com/zhanghang1989/detail-api

zhanghang1989 commented 5 years ago

try:

from detail import Detail
OilGao commented 5 years ago

One problem I found was that your torchencoding needs to correspond to the version of pytorch. You should not specify to run setup.py.