Skip to content
diaksz edited this page Mar 1, 2019 · 11 revisions

Welcome to the gt_pickup_annotation wiki!

Beginning a New Dataset

  1. Locate GenGridTape.m and writeJson_template.m
  2. In the command window, run the following: copyfile GenGridTape.m GridTapeAlign_[your dataset].m copyfile writeJson_template.m writeJson_[your dataset].m
  3. In your new GridTapeAlign file, search for TODO, to place the necessary files/paths for:
    1. Master path (path to dataset on your machine)
    2. Section mask (to be generated by you based on your dataset)
    3. Slot mask (can be copied from prev. dataset, preferably 8 vertices)
    4. Path to image links (usually the same, masterPath/img_links)
  4. In your new writeJson file, search for TODO and place the necessary files/paths for:
    1. Master path (path to dataset on your machine)
    2. Section mask (to be generated by you based on your dataset)
    3. Slot mask (can be copied from prev. dataset, preferably 8 vertices)
    4. Path to image links (usually the same, masterPath/img_links)
Clone this wiki locally