Skip to content

Commit

Permalink
add reference
Browse files Browse the repository at this point in the history
  • Loading branch information
yuecideng committed Apr 26, 2022
1 parent 73de2f5 commit 685b3b1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/label_maker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,9 @@ The value for each instance object in the mask is equal to `v = obj_id * 1000 +
mask_new = np.zeros((mask.shape[0], mask.shape[1]), dtype=np.uint8)
v = obj_id * 1000 + instance_id
mask_new[mask == v] = 255
```
```

## Reference:
LabelFusion
- [paper](https://ieeexplore.ieee.org/abstract/document/8460950)
- [code](https://github.com/RobotLocomotion/LabelFusion)

0 comments on commit 685b3b1

Please sign in to comment.