Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SVLT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ALMF
SVLT
Graph
e67d2ae492d55ca47b9b5a0b397d0fa552698130
Select Git revision
Branches
7
37-unnecessary-for-loop-in-rois-features
dev-nda-stream
dev-proj0024
dev_patch_viz
master
default
protected
migrate_model_server
staging
protected
Tags
5
2025.03.01
2024.10.01
2024.06.03
2024.04.19
2024.03.01
12 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
31
Oct
30
28
27
26
25
22
20
15
14
13
7
2
1
30
Sep
26
24
23
20
13
12
6
3
15
Aug
14
13
12
9
8
7
5
2
1
31
Jul
26
24
22
18
17
16
15
8
5
4
3
2
1
24
Jun
20
10
7
6
5
3
30
May
22
8
7
6
3
26
Apr
19
17
15
12
11
10
9
5
4
3
2
29
Mar
28
25
22
21
7
6
4
29
Feb
28
20
19
15
7
6
5
3
2
26
Jan
25
9
8
22
Dec
Convenience property to find smallest and larges patches
Implement labels property for object classification models
Can create accessor that concatenates two channels
Ilastik pixel classifier calls batch mode for performance reasons; removed handling of ilastik.applets.featureSelection.opFeatureSelection.FeatureSelectionConstraintError; unsure if this remains a risk
Repaired get_list method of patch stack
RoiSet method to create an aggregate column based on dataframe query
Threshold object classifier using PatchStacks passes tests
Added and covered PatchStack dataframe with summary stats
Added and covered PatchStack dataframe with summary stats
Implemented patch stack data access functions
Implemented and tested intensity threshold
Fixed references to moved model
Moved intensity gate model to RoiSet module
Tests all pass once test client passes model parameters over query, not body.
Threshold models now take threshold relative to full data range; last two tests are hanging up
Applied new model init parameterization to ilastik
Instantiate models with keyword arguments now, no longer via "params" dictionary; although API still uses this name when passing Pydantic parameters models. API describes model via its info property now, which passes instance property, not its init arguments.
Renamed some model classes; expanded scope of trivial object classification model to be functional base on intensity threshold, too
Merge remote-tracking branch 'origin/int_trec' into int_trec
Moved ROIset pipeline testing away from ilastik module
Can test ROI set pipelines without ilastik dependency
Mapped permissive object classifier to API; test just covers that it loads
Can load and use simple binary threshold classifier instead of ilastik pixel classifier
Can successfully access object map from accessor register
Can successfully access object map from accessor register
Trying to access RoiSet products over API, hitting an error in parsing params or something
Endpoint to list ROIs, also listed in /status
Wrote and tested API methods to get and write a single RoiSet in session register
Pipeline workflow detects optional RoiSet return and maps to session roiset_id
Server startup reports and returns top-level session data directory
Implemented RoiSet persistence at session level
Make requirements.yml match pyproject.toml, namely rolling back ilastik build and pinning protobuf, which causes issues in ilastik 1.4.1b15
Removed unused derived channels params
Option to copy file from test server's get_accessor method
Tests pass
Can specify root session directory to startup script, uses env variable internally
Main startup server code is now in package, script only handles argument parsing
All tests pass
Cleared TODO on model parameters
Cleared TODO on model parameters
Loading