MaybeShewill-CV / bisenetv2-tensorflow

Unofficial tensorflow implementation of real-time scene image segmentation model "BiSeNet V2: Bilateral Network with Guided Aggregation for Real-time Semantic Segmentation"
https://maybeshewill-cv.github.io/bisenetv2-tensorflow/
MIT License
224 stars 59 forks source link

Hello, when I run your code, the following problems always appear, how can I solve it? Looking forward to your reply, thank you very much #9

Closed xiaomixiaomi123zm closed 4 years ago

xiaomixiaomi123zm commented 4 years ago

Hello, when I run your code, the following problems always appear, how can I solve it? Is it a problem during packaging?Looking forward to your reply, thank you very much.

ModuleNotFoundError: No module named 'trainner' ModuleNotFoundError: No module named 'local_utils'

MaybeShewill-CV commented 4 years ago

@xiaomixiaomi123zm add project folder python to your PYTHONPATH environment vars:)

xiaomixiaomi123zm commented 4 years ago

Hello, I am running on thelinux server, how do I add it? Is it convenient for you, can you add my QQ:907675183 guide me? thank you very much~ @MaybeShewill-CV

MaybeShewill-CV commented 4 years ago

@xiaomixiaomi123zm export PYTHONPATH=文件夹路径:{$PYTHONPATH}

xiaomixiaomi123zm commented 4 years ago

Thank you very much for your help, it has been solved. However, the following problems arise, how should this be handled? @MaybeShewill-CV

OSError: Config file: ./config/cityscapes_bisenet.yaml, can not be read

MaybeShewill-CV commented 4 years ago

@xiaomixiaomi123zm run your command in project's root path. The config file path is the relative path to project's root path.

xiaomixiaomi123zm commented 4 years ago

Thank you for your guidance, I have now run successfully.

MaybeShewill-CV commented 4 years ago

@xiaomixiaomi123zm Welcome:)