linfengWen98 / CAP-VSTNet

[CVPR 2023] CAP-VSTNet: Content Affinity Preserved Versatile Style Transfer
MIT License
120 stars 8 forks source link

Hi ! You may need to add installation instructions for mmseg in readme.md. #4

Closed Shinya754 closed 1 year ago

Shinya754 commented 1 year ago

https://github.com/linfengWen98/CAP-VSTNet/blob/590f17e56d13d6b64ab6f3002bae2f6fcb8c31f5/image_transfer.py#L79

Hello! I found that mmseg was used in your code, but I couldn't find any installation instructions for mmseg in readme.md. The method of directly using pip install mmseg is not applicable to Python 3.0 and above versions, so I think you can add an installation instruction for it. This is a GitHub library for mmseg: https://github.com/open-mmlab/mmsegmentation

Shinya754 commented 1 year ago

Sorry, I didn't notice that this line of code is in the code block of if args.auto_seg: