Commit History

chore: tidy up main
d0e6c24

rmm commited on

fix: retired use of tab_log in session state
d0c3bfa

rmm commited on

chore: moved all session state init to relevant modules
94698a8

rmm commited on

fix: typehints compatible with py3.9
be5e8dd

rmm commited on

doc: added docstrings to new functions
60a7864

rmm commited on

fix: remove highlighting for completion, not valid before v1.41.0
18a41f5

rmm commited on

chore: cleanup variable names and add docstrings
a5ced3e

rmm commited on

chore: moved debug function to relevant module, and docstring
4d650d5

rmm commited on

chore: clean up function naming
1021b6c

rmm commited on

test: updated test to match interface; solved other xfail tests
a068827

rmm commited on

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

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

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

fix: input validation for decimal_coords
7153cb7

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

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