-
Notifications
You must be signed in to change notification settings - Fork 4
Home
diaksz edited this page Mar 1, 2019
·
11 revisions
Welcome to the gt_pickup_annotation wiki!
Beginning a New Dataset
- Locate GenGridTape.m and writeJson_template.m
- In the command window, run the following:
copyfile GenGridTape.m GridTapeAlign_[your dataset].m
copyfile writeJson_template.m writeJson_[your dataset].m
- In your new GridTapeAlign file, search for TODO, to place the necessary files/paths for:
- Master path (path to dataset on your machine)
- Section mask (to be generated by you based on your dataset)
- Slot mask (can be copied from prev. dataset, preferably 8 vertices)
- Path to image links (usually the same, masterPath/img_links)
- In your new writeJson file, search for TODO and place the necessary files/paths for:
- Master path (path to dataset on your machine)
- Section mask (to be generated by you based on your dataset)
- Slot mask (can be copied from prev. dataset, preferably 8 vertices)
- Path to image links (usually the same, masterPath/img_links)