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
93d843b58d1169336f86b2ef9d5d65e3f1809016
Select Git revision
Branches
8
37-unnecessary-for-loop-in-rois-features
dev-lazy-roiset-deser
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
13 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
25
Oct
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
21
20
19
13
Nov
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
Added trivial object classifier, too
Tests pass
Models' inference methods now just return result, not tuple with {'success': True'}
Test covers pipeline with simple binary segmentation
Pipeline handles channel selection, not model
Outdated test
Can load binary segmentation model
Tests parameterize models directly with dicts, not pydantic models, which are reserved for API calls
ilastik and pipeline tests now all use TestServer request assertions
Pass optional model ID to ilastik models
All direct API tests are passing
Incomplete, but replacing manual status code assertions with assertion methods of TestServerBaseClass
Added some TODOs
Added some TODOs
Update docs.md
Merge branch 'with_svlt_docs' into 'master'
Merge branch 'with_svlt_docs' into 'master'
Update docs.md
Update README.md
Update README.md
Removed model_id from Model objects, which in any case in managed by session. But tests aren't passing; need to investigate further.
Roughed in file batch runner that calls API
dev_patch_viz
dev_patch_viz
Roughed in file batch runner that calls API
Optionally rescale patch matrix
Decided not to implement scrolling capability
Moved test of patch matrix generator to separate unittest class
Patch matrix is working for small number of tiles; haven't implemented paging etc. yet
Roughed in queue-based loop for patch matrix generator
Roughed in queue-based loop for patch matrix generator
Prototyped patch matrix generator
Added type hints to relevant modules
Merge branch 'dev_dummy_models' into 'staging'
Test server now has "dummy" endpoints configured, too
Loading