wutianyiRosun / CGNet

CGNet: A Light-weight Context Guided Network for Semantic Segmentation [IEEE Transactions on Image Processing 2020]
MIT License
262 stars 51 forks source link

Untrack __pycache__ #1

Closed impredicative closed 5 years ago

impredicative commented 5 years ago

The __pycache__ directory should never be tracked in and added to git. It is to be ignored from git using a .gitignore file. Please add such a file and untrack all added instances of __pycache__.

wutianyiRosun commented 5 years ago

The __pycache__ directory should never be tracked in and added to git. It is to be ignored from git using a .gitignore file. Please add such a file and untrack all added instances of __pycache__.

nice, thx u~