linfengWen98 / CAP-VSTNet

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

"pip install -e . --user" adds path to sys.path of all environments, which is not great #14

Open cromin opened 9 months ago

cromin commented 9 months ago

Hi! One feedback about the setup instructions is that "pip install -e . --user" seemed to add the path to all of my envs sys.path which is nonideal for me, and probably to many others too, and caused some bafflement when I was trying to understand where this path was originating from to my other envs, and how to get rid of it. Deleting the .egg-link file seemed to solve this.

PS: CAP-VSTNet is great!

linfengWen98 commented 9 months ago

Thank you for the kind reminder. Sorry, I'm not familiar with this problem. The command is provided by the SegFormer installation, so I left it unchanged. In addition, this segmentation model can be replaced if a more appropriate model is available. I'll revisit it in the future.