/iShape.github.io

"Irregular Shape Instance Segmentation: Datasetand Baseline" official web page.

Primary LanguageHTML

Irregular Shape Instance Segmentation GitHub Pages





How to render .md to .html and release to github page

  1. Install Markdown Viewer extension in Chrome, and allow Markdown Viewer to access local file in Chrome setting

  2. Press F12 , and click Elements tab in debug panel. Right click on <html><h.... , click edit As HTML, copy the raw HTML code

  3. Paste raw HTML code here to get formatted HTML code

  4. Paste formatted HTML code in ./index.html, change the href="chrome-extension://.../github.css" to href="./github.css"

  5. git add *;git commit; git push