/icdar21-mapseg.github.io

Public website for the ICDAR 2021 Competition on Historical Map Segmentation

Primary LanguageHTML

ICDAR 2021 Competition on Historical Map Segmentation

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.

Quick help for visitors and participants in the competition

How to contact the organizers?

You can reach the organizers by email at icdar21-mapseg-contact(at)googlegroups.com.

How to download the dataset?

Please check the downloads section under the official website.

How to subscribe to dataset or evaluation tools updates?

You can follow/star the associated GitHub repositories.

You can also subscribe to the announcements group by sending an email to icdar21-mapseg-announcements+subscribe@googlegroups.com (you can unsubscribe at any time).

How to get reminders about each important phase of the competition?

Please subscribe to the announcements group by sending an email to icdar21-mapseg-announcements+subscribe@googlegroups.com (you can unsubscribe at any time).

How to raise an issue about…

  • …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

Quick help for competition organizers

How to update the website?

  1. Install MkDocs and markdown-katex (to support math, please check this page for syntax documentation).
    You can install the requirements using pip install -r requirements.txt.
  2. Clone this repository.
  3. Create/update/delete pages under docs/.
  4. Run mkdocs serve and open up http://127.0.0.1:8000/ in your browser to check the results.
  5. When happy with your changes, then deploy your changes with mkdocs gh-deploy (no continuous integration for now).
  6. Do not forget to commit your changes with git add ..., git commit ... and git push!