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
ba1bc5d16fe709c7345e453946b7361e620fac0b
Select Git revision
Branches
6
37-unnecessary-for-loop-in-rois-features
dev-nda-stream
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
10 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Apr
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 '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
label_patch_stack() only calls classifier inference once
Implemented checks for multiple labels in .label_patch_stack() method
Merge branch 'dev_multichannel_classifiers' into 'staging'
Check input against model dimensionality and chroma in all ilastik cases
Reformatted data embedding assertion, track axis tags in model object
Allow multichannel raw and single-channel mask to pass assertion
Merge branch 'issue0029' into 'staging'
Corrected error with overlapping bounding boxes, whereby a second box would overwrite a first; instead, masks are now just additive; also catch case when trying to draw contours from a mask that is a single pixel across
Merge branch 'make_mono_channel_zero' into 'staging'
Loading