Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ This implementation includes:

## How It Works

Below is the diagram of the full STATIC pipeline:

![diagram](assets/static_overview_figure.png)

The core of STATIC is a two-part process: an offline indexing step and an online masking step.

1. **Offline Indexing (`build_static_index`)**:
Expand Down
Loading