Commit History

feat: extended InputObservation to contain species/prediction info
c915f7c

rmm commited on

chore: tidy up of workflow and debug clutter
5823912

rmm commited on

fix: InputObservation uses date, time, and raw_image_datetime
1ba3d0b

rmm commited on

feat: push observations functions for multi-file handling
882be26

rmm commited on

fix: instantiating InputObservation with new call signature
3e2cb2f

rmm commited on

fix: public_observations now a dict, for multi-image handling
0e02e00

rmm commited on

fix: removed time from InputObservation, renamed date for clarity
beca8fa

rmm commited on

chore: removing duplicate file (right one is in classifier subdir)
c3cf604

rmm commited on

feat: get coordinates from file, populate input boxes
e90cc61

rmm commited on

chore: reorganise code out of main
01fa6a9

rmm commited on

chore: reorganise code out of main, and docstrings in input_handling
1311e0c

rmm commited on

chore: cleanup input_handling - removing unused functions
a491624

rmm commited on

chore: cleaning up InputObservation (added type hints)
d437f49

rmm commited on

feat: InputObservations are compared and only updated if new
18e57c7

rmm commited on

fix: InputObservation comparison ok for images, and skipping time
d6d4e4e

rmm commited on

chore: cleaning up InputObservation
fb505f3

rmm commited on

feat: separated file input and metadata input functions
6a02bc4

rmm commited on

fix: checking input requires testing for empty strings/lists
3eaf0a5

rmm commited on

feat: nearly complete input handling with stable state
fd18838

rmm commited on

feat: using separate functions for ML flow (WIP)
4d0f7fd

rmm commited on

feat: separate functions for ML inference, manual validation, display
d4ec4a0

rmm commited on

feat: using FSM for full workflow, with some steps mocked
4854d2c

rmm commited on

fix: classification_done and prediction1 now ok for image batches
7a5f0ca

rmm commited on

feat: implementation of FSM, and invokation for first phases
00bdefd

rmm commited on

Merge remote-tracking branch 'origin/dev' into feat/stateful-workflow
b384db4

rmm commited on

Revert "feat: first implementation of an FSM to keep track of phase"
5a21040

rmm commited on

Merge pull request #26 from sdsc-ordes/fix/hash-identifier
41bbd4a
unverified

rmm-ch commited on

test: updated test to match removed heading in whale_viewer
e9482cd

rmm commited on

feat: first implementation of an FSM to keep track of phase
80b4be6

rmm commited on

feat: added member var for top predictions in the observation class
f824145

rmm commited on

fix: adapt tests to refactor and explicit module names
8963e74

vancauwe commited on

chore: update documentation to refactor
7b28238

vancauwe commited on

feat: hash used as identifier
1c0e2a5

vancauwe commited on

Merge pull request #24 from sdsc-ordes/feat/image-batch
0e9c1b3
unverified

vancauwe commited on

feat: merge dev and into image batch
6662228

vancauwe commited on

Merge branch 'dev' into feat/image-batch
330b67d

vancauwe commited on

Merge pull request #20 from sdsc-ordes/test/tests
5897761
unverified

vancauwe commited on

chore: explicit name for test script
b5ac139

rmm commited on

chore: changed CI file to trigger on PRs to dev + main branches
a413cea

rmm commited on

fix: input validation for decimal_coords
7153cb7

rmm commited on

test: added unit tests for decimal_coords converter
9a93980

rmm commited on

chore: added docstring to decimal_coords func
3a350b3

rmm commited on

test: improved name of test file to be explicit
f2d67d1

rmm commited on

Merge pull request #22 from sdsc-ordes/chore/docs-complete
28864e7
unverified

vancauwe commited on

doc: added short descriptions for each tab (in app, for user)
e3408e4

rmm commited on

fix: remove unused argument
d8c87e7

vancauwe commited on

feat: refactor and multi image classification
0e8c927

vancauwe commited on

docs: added type hints to outstanding functions and docstrings
6a146c8

rmm commited on

feat: multi image input
54319e9

vancauwe commited on

docs: added some notes on how to run tests
16fcc83

rmm commited on