Skip to content

Commit

Permalink
Add post-process labels stage (#4)
Browse files Browse the repository at this point in the history
* start postprocess labels stage

* begin discussion on saving output

* only run todo to issue on merge to main

* start integration w/ bigquery (broken on non picklable client)

* example write to bigquery from beam

* messy working impl of write to big query

* hack: adjust plotting to show detection in final result plot (todo revert)

* finalize decision on output storage (mainly for new PR)

* clean output writing for postprocessing (local & cloud)

* clean table spec def

* add unit tests

* add resource

* updating naming for model uri and inference url

* Apply inline suggestions from code review
  • Loading branch information
pmhalvor authored Oct 5, 2024
1 parent 27a8429 commit 725794e
Show file tree
Hide file tree
Showing 17 changed files with 650 additions and 72 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Run TODO to Issue"
on:
push:
branches:
- "master"
workflow_dispatch:
inputs:
MANUAL_COMMIT_REF:
Expand Down
2 changes: 0 additions & 2 deletions data/classifications.tsv

This file was deleted.

3 changes: 0 additions & 3 deletions data/output.txt

This file was deleted.

1 change: 0 additions & 1 deletion data/pipeline-diagram.json

This file was deleted.

Loading

0 comments on commit 725794e

Please sign in to comment.