All development is done on GitHub: https://github.com/ternaus/iglovikov_segmentations
If you find a bug or have a feature request file an issue at https://github.com/ternaus/iglovikov_segmentation/issues
- Fork the repository.
- Clone it.
- Install pre-commit hook:
pip install pre-commit black flake8
- Initialize it from the folder with the repo:
pre-commit install
- Make desired changes to the code.
- Push code to your forked repo.
- Create pull request.