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
fd5de29351e8cbf76c51885f24649528cafa8863
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
Accidentally called channel picking twice
Can filter ROI by minimum of height and width
Can filter ROI by diagonal dimension, too
Can also pass ndarray to PipelineTrace
Option to pass probability threshold to label_pixel_class method; model falls back on instance attribute if not supplied
Skip first item when appending traces by default
Can append stacks for tracking pipelines
PatchStack no longer loses slice information when doing channel separation
IlastikPixelClassifierModel can optionally rescale pxmap output to range of its input
Simplified RoiSetWithDerivedChannels, now simply appends all derived channels in series. Test confirms that multichannel derived accessor is used.
Merge remote-tracking branch 'origin/int_trec' into int_trec
Don't allow appending different data types
Filter objects before generating their binary masks
Filter objects before generating their binary masks
Added option to crop list representation of patch stack
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
Loading