(self, ref_id)
| 232 | return [self.Cats[cat_ids]] |
| 233 | |
| 234 | def getRefBox(self, ref_id): |
| 235 | ref = self.Refs[ref_id] |
| 236 | ann = self.refToAnn[ref_id] |
| 237 | return ann['bbox'] # [x, y, w, h] |
| 238 | |
| 239 | def showRef(self, ref, seg_box='seg'): |
| 240 | ax = plt.gca() |
no outgoing calls
no test coverage detected