Skip to content

Commit

Permalink
Add BBOX and FLOW as node attributes, by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanan committed Apr 14, 2024
1 parent 6c27a49 commit 210371f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/motile_toolbox/candidate_graph/graph_attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class NodeAttr(Enum):
TIME = "time"
SEG_ID = "seg_id"
SEG_HYPO = "seg_hypo"
BBOX = "bbox"
FLOW = "flow"


class EdgeAttr(Enum):
Expand Down

0 comments on commit 210371f

Please sign in to comment.