This is the repository for the official website of the ICDAR 2021 Competition on Historical Map Segmentation.
You can access the official website at icdar21-mapseg.github.io.
You can reach the organizers by email at icdar21-mapseg-contact(at)googlegroups.com
.
Please check the downloads section under the official website.
You can follow/star the associated GitHub repositories.
You can also subscribe to the announcements group by sending an email to [email protected] (you can unsubscribe at any time).
Please subscribe to the announcements group by sending an email to [email protected] (you can unsubscribe at any time).
- …the website?
↳ Please fill an issue here - …the dataset?
↳ Please fill an issue on the dataset repository - …the evaluation tools?
↳ Please fill an issue on the evaluation tools repository
- Install MkDocs and markdown-katex (to support math, please check this page for syntax documentation).
You can install the requirements usingpip install -r requirements.txt
. - Clone this repository.
- Create/update/delete pages under
docs/
. - Run
mkdocs serve
and open uphttp://127.0.0.1:8000/
in your browser to check the results. - When happy with your changes, then deploy your changes with
mkdocs gh-deploy
(no continuous integration for now). - Do not forget to commit your changes with
git add ...
,git commit ...
andgit push
!