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
752c092c6cca252670694ebb070fd542eeeffdd3
Select Git revision
Branches
7
37-unnecessary-for-loop-in-rois-features
dev-nda-stream
dev-phenobase
dev_patch_viz
master
default
protected
migrate_model_server
staging
protected
Tags
4
2024.10.01
2024.06.03
2024.04.19
2024.03.01
11 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
19
Apr
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
21
20
19
13
Nov
10
7
6
3
2
31
Oct
30
27
26
25
22
20
19
18
17
16
14
13
12
11
10
9
8
5
29
Sep
28
27
26
25
13
12
7
6
5
4
1
31
Aug
30
29
28
24
23
22
Merge branch 'master' into 'staging'
Merge branch 'release-2024.04.19' into 'master'
2024.04.19
2024.04.19
Rebuilding release branch to resolve conflicts where master is ahead of staging
Merge branch 'staging' into release-2024.04.19
Merge branch 'dev_disable_convert_obj_model' into 'staging'
Merge branch 'staging' into dev_disable_convert_obj_model
Disabled generation of ilastik object model that receives segmentation masks from one that receives pixel probabilities; this was causing inaccurate results
Merge branch 'dev_check_ilastik_workflow' into 'staging'
Report expected class of model, not actual class of shell
Merge branch 'dev_imagej_testing' into 'staging'
No more 404 from ilastik loading exception
More verbose error when matching input and model dimensionality
Better not to wrap things in 404s, makes it hard to debug
Support patch stacks on ilastik object model that take pixel predictions
Support patch stacks on ilastik object model that take pixel predictions
Don't assume YXCZ stack when creating accessor
Don't assume YXCZ stack when creating accessor
Don't assume YXCZ stack when creating accessor
Merge branch 'dev_multi_obj_patch' into 'staging'
Confirmed body data is passed to PUT, removing temp test script
Accept body data in PUT
Temporary testing script for client in ImageJ environment
Separate _put arguments for query and JSON-encoded body data in test client; test case showing pydantic model is required for list args
Method to export derived channels as patch stacks
Testing access to derived channels for .accs_derived
Added doc string to explain callables for derived channels
Cleaned up print statements in test
Pass function handles to add derived classes to object classification
PatchStack clones as PatchStack, others as InMemoryImageAccessor
PatchStack clones as PatchStack, others as InMemoryImageAccessor
Create new accessor for given channels
Convenience methods for multiple channel slices in accessors
RoiSet can passes multiple input channels to object classifier
Added accessor method to get multiple channels
Added option to automatically rotate patches in a nonuniform list such that height is always greater than or equal to width; this is a big data reduction for collections of elongated patches
Handle sporadic ilastik error when patches are close in size to largest filters
Call pixel classification to pixel probability map on patch stacks's cropped data
Call pixel classification to boolean mask on patch stacks's crops
PatchStack remembers crop boundaries of individual patches if created from list of non-matching patches
Use OrderedDict for timer events
Loading