Skip to content

Commit

Permalink
readme added
Browse files Browse the repository at this point in the history
  • Loading branch information
xjqi committed Jul 11, 2018
1 parent 7591ec5 commit 592dd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Use resolution "512 x 1024" as a running example.
0. Try on your own semantic maks
(1) cd "matlab_code";
(2) run "test_connect_component_mask.m" (replace label_path) and the generated mask will stored in "../testdata/original_mask" (Disclaimer: you should modifiy the code according based on your own data format);
(3) run "search_segments.m" and the generated result will be saved in folder "searched_top10_segments" .
(3) run "search_segments.m" and the generated result will be saved in folder "searched_top10_segments" (currently search based on context iou will be added soon) .
1. Data preparation
(1) cd "matlab_code";
(2) run "test_generate_transform.m" to generate testing data for the transformation network and the generated data is stored in "../testdata/transform/";
Expand Down

0 comments on commit 592dd55

Please sign in to comment.