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
9303e6d7a9c21d7aac200e30af5601a7b21bf204
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
11
Dec
10
9
7
6
5
30
Nov
29
28
27
26
25
22
21
20
19
18
15
14
12
11
10
9
4
3
2
1
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
Improperly merged batch runner changes before
Merge branch 'staging' of git.embl.de:rhodes/model_server into staging
Merge branch 'dev_extract_coords' into 'staging'
Can now specify option to search subdirectories directly to batch runner
Revert "Option to parse coordinates from filename"
Option to parse coordinates from filename
Merge branch 'dev_batch_runner_read_file' into 'staging'
Separate out method to read each accessor from file, so that this can be overridden in subclasses if needed
Merge branch 'bug_update_focus_zi_empty_roiset' into 'staging'
Merge branch 'staging' into bug_update_focus_zi_empty_roiset
Export products no longer throw exceptions when called on empty RoiSet
Chose to disallow create of empty patchstack; test asserts this will throw an exception
Merge branch 'dev_mip_patch_mask' into 'staging'
Add option to get MIP of patch mask
Getting some patch masks with multiple labels and at last one with multiple colors
Merge branch 'dev_focus_patch_masks' into 'staging'
Adjust RoiSet focus relative to 3d patch focus
Getting a patch mask can optionally update patch focus
export_patch_masks now return pd.Series
Can export both 2d and 3d patch masks
Can export both 2d and 3d patch masks
Merge branch 'issue_resume_batch' into 'staging'
Implemented option to resume a batch job from previous filelist
Merge branch 'dev_3dseg_bug' into 'staging'
Corrected bug where 3d patch was modified in-place during rescaling
Removed min_sobel, which was there for debugging
Fixed error with zero-length dataframe in 3d seg case
Merge branch 'dev_batch_seg' into 'staging'
Rescale channels separately unless making an RGB image
Copy config.json and filelist.csv to output folder
Propagate force_tif from run_exports
Split out local and remot path roots, but successfully completed a test run on remote
Merge branch 'dev_batch_multiple_dirs' into 'staging'
Deserialization does not solve deprojection a second time; a deprojected RoiSet is serialized as 3D. Tight patch mask format depends on dimensions of ROIs themselves, so 2d PNGs are possible in a 3D set if no ROI is thicker than 1
Tests pass, caught bug where a deserialized RoiSet would become 3d
No longer copy and pass around dataframes when running patch exports
Patch exports are passed to a single parameter now, but still working out bugs
Applied same optimization to binary mask computation, but this still his memory issue on large dataset
Small optimization for making RoiSets from 3d labels
3d RoiSet can be serialized/deserialized
Loading