fix: separate Story/5W1H into Agent subgraph
This commit is contained in:
@@ -8,17 +8,21 @@
|
|||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart TB
|
flowchart TB
|
||||||
subgraph Processors[10 Processors]
|
subgraph Processors[Processors]
|
||||||
direction TB
|
direction TB
|
||||||
Cut --> ASR
|
Cut --> ASR
|
||||||
ASR --> ASRX
|
ASR --> ASRX
|
||||||
ASRX --> Story
|
|
||||||
YOLO --> VisualChunk
|
YOLO --> VisualChunk
|
||||||
VisualChunk --> Story
|
|
||||||
Face --> Story
|
|
||||||
Story --> FiveW1H
|
|
||||||
OCR
|
OCR
|
||||||
Pose
|
Pose
|
||||||
|
Face
|
||||||
|
end
|
||||||
|
|
||||||
|
subgraph Agent[Agent]
|
||||||
|
direction TB
|
||||||
|
ASRX & Cut & YOLO & Face --> Story
|
||||||
|
VisualChunk --> Story
|
||||||
|
Story --> FiveW1H
|
||||||
end
|
end
|
||||||
|
|
||||||
subgraph Phase1[Phase 1]
|
subgraph Phase1[Phase 1]
|
||||||
|
|||||||
Reference in New Issue
Block a user