Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 795 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 795 Bytes

RPC: A Large-Scale Retail Product Checkout Dataset

  1. Project Page
  2. RPC-Leaderboard




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