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
685a58073af026aa7f027d4a2d8b422bf2325c7c
Select Git revision
Branches
7
37-unnecessary-for-loop-in-rois-features
dev-nda-stream
dev-phenobase-client
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
25
Mar
24
22
21
20
19
18
17
14
5
4
3
14
Feb
13
12
8
7
6
5
4
3
31
Jan
30
29
28
27
24
22
9
20
Dec
18
14
13
11
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
Square bounding box is mostly implemented, no strictly square when at boundaries
dev-phenobase-c…
dev-phenobase-client
Corrected mistake in relative bounding boxes that was decentering patch masks when expanded
Patch masks are expanded, just not centered
No need for warning now
RoiSet constructor enforces at least 2 x 2 (h x w) ROIs
Autowrite phenobase.csv everytime a RoiSet is pushed
Maintain int types when writing phenobase dataframe
PhenoBase table was written to session folder, client now properly sets this to output folder
Merge branch 'dev-phenobase' into 'master'
master
master
Test pipeline thresholds on channel 1 now
Wrote docstrings and cleaned up return types
Do not verify optional models
Assertions cover exported patches organized by classification
Can write single-tif patch stacks by classification category
TestAddRoiSetOverApi.test_add_roiset now uses labeling parameter to get an RoiSet with > 1 ROI
Prototyped method to write patches in subdirectories by classification name and class
Test asserts that a patch is written
Client writes PhenoBase data to the correct location
Set up RoiSet export endpoint in PhenoBase batch job, but not yet passing
Set up RoiSet export endpoint in PhenoBase batch job, but not yet passing
Minor corrections during unittesting
Removed filter and chroma methods
Expose info dictionary in blocks, including unloaded ones
Updated deprecated pydantic method
Test of phenobase client passes
Output test date lateral with fixtures directory, not inside it
Specify classification name when getting object maps
Read classifications from serialized RoiSets, too
PhenoBase can optionally read coodinate keys and patch series upon push first RoiSet
Consolidated add_roiset and read functions, just can't figure out how to merge patches columns before (or after) add_roiset()
Revised add_roiset method and now trying to transfer in patch paths on batch import
Need to set patch series, model label keys on first push/read RoiSet event
Tests pass with revised RoiSet info structure
Corrected strange side effect that resulted from default {} in argument
Changed organization of classifer metadata in RoiSet, which now defers the specifics to model.info; made this optional in deserialization
Remove repeat of method
Removed some phenobase tests; still need to determine how session_phenobase gets its coordinate keys and patch sets
Removed some phenobase tests; still need to determine how session_phenobase gets its coordinate keys and patch sets
PhenoBase checks that classification / label columns match
Classification labels and keys are stored in RoiSet classification_meta and serialized/deserialized via JSON info file
Loading