This is for Field area segmentation competition in Solafune
If you want to add a tool to this repository, please follow the steps below:
-
Create a new directory within the repository.
-
In that directory, add the tool's code, a README.md, and a module management file.
- For module management, use
pyproject.toml
if you are using poetry, orrequirements.txt
if you are using pip. - You can use any module management tool, but poetry is recommended.
- In the README.md, please include instructions on how to use the tool, and if possible, information about inputs, outputs, and the author.
- For module management, use
-
Please create a PR.
- Title the PR as
Add [Tool Name]
. - In the body of the PR, provide a description of the tool.
- Assign members of this repository as reviewers for the PR.
- Title the PR as
- This repository is for the Solafune Field Area Segmentation competition.
- Please add tools related to the Field Area Segmentation competition to this repository.
Competition URL: https://solafune.com/competitions/d91572d9-1680-4b9e-b372-25e71093f81a?menu=about&tab=overview