If you would like to contribute code, documentation, or other assets you can do so through GitHub by forking the repository and sending a pull request (PR). You can also simply report issues (bugs), but please search for any previous reports first.
You can report bugs and feature requests to GitHub Issues. As mentioned please look for a similar existing issue before submitting a new one. Label issues with the corrsponding labels
Pull requests are highly appreciated! Please follow the simple guidelines below.
- Fork the repository to your personal GitHub account.
- Create a topic branch for every separate change you make. The branch should have a short but explanatory name, such as "NewModel".
- Apply your changes, committing at logical breaks. Make sure your changes are well-tested.
- Push your branch to your personal account and create a pull request.
- Watch for comments or acceptance on your PR. The PR can be updated by just pushing to the original branch.
If you are submitting a PR with a new model, add some sample input and their corresponding segmented images generated by the model. Also, provide some metrics to help judge the model's performance. Make sure to update autoboundTraining.ipynb
with your training method.