TS-CAM icon indicating copy to clipboard operation
TS-CAM copied to clipboard

Small comments on `.gitignore`

Open erikdao opened this issue 2 years ago • 1 comments

Dear authors,

Thank you very much for sharing the source code of the paper. Indeed, the method presented in the paper is very interesting and the results look promising. I have two small comments regarding the organization of this repository. I could see that python compiled files (i.e., .pyc, __pycache__) and Jupyter notebook checkpoints (i.e., .ipython_checkpoints) are also committed to this repo. I believe the standard practice is to not include these files in a Git repository. Additionally, I think it would be helpful to include a requirements.txt listing the required python packages to run this repo. I would be more than happy to open a pull request for these changes.

My 2 cents! Best,

erikdao avatar Jul 28 '21 19:07 erikdao

Thanks for your response, it would be nice if you help refine this repository. Looking forward to your pull request.

vasgaowei avatar Jul 31 '21 03:07 vasgaowei