Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fujenchu authored and GitHub Enterprise committed May 31, 2018
1 parent 0b6be3c commit 779d619
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,13 @@ We segment the blue lazy Susan table and binarize the output to get the bounding
hsv(:,:,3) > INTENSITY_T; % filter out black color
hsv(:,:,2) > 0.33; % filter out white color
```
Real data with bounding box
<img src="https://github.gatech.edu/fchu9/simData_imgSaver/blob/master/imgs/seg_hammer_01_00000007_rgb.jpg" height="360">
Sim data
<img src="https://github.gatech.edu/fchu9/simData_imgSaver/blob/master/imgs/hammer_01_7.png" height="360">
Sim data with bounging box
<img src="https://github.gatech.edu/fchu9/simData_imgSaver/blob/master/imgs/seg_hammer_01_7.png" height="360">
Sim data with grasp affordance
<img src="https://github.gatech.edu/fchu9/simData_imgSaver/blob/master/imgs/hammer_01_gt_1_7.png" height="360">
Sim data with hit affordance
<img src="https://github.gatech.edu/fchu9/simData_imgSaver/blob/master/imgs/hammer_01_gt_5_7.png" height="360">

0 comments on commit 779d619

Please sign in to comment.