Skip to content
Snippets Groups Projects
Select Git revision
  • 37-unnecessary-for-loop-in-rois-features
  • dev-nda-stream
  • dev-proj0024
  • dev_patch_viz
  • master default protected
  • migrate_model_server
  • staging protected
  • 2025.03.01
  • 2024.10.01
  • 2024.06.03
  • 2024.04.19
  • 2024.03.01
12 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.028Oct272625222015141372130Sep2624232013126315Aug14131298752131Jul2624221817161585432124Jun2010765330May22876326Apr1917151211109543229Mar2825222176429Feb282019157653226Jan259822Dec21Instantiate models with keyword arguments now, no longer via "params" dictionary; although API still uses this name when passing Pydantic parameters models. API describes model via its info property now, which passes instance property, not its init arguments.Renamed some model classes; expanded scope of trivial object classification model to be functional base on intensity threshold, tooMerge remote-tracking branch 'origin/int_trec' into int_trecMoved ROIset pipeline testing away from ilastik moduleCan test ROI set pipelines without ilastik dependencyMapped permissive object classifier to API; test just covers that it loadsCan load and use simple binary threshold classifier instead of ilastik pixel classifierCan successfully access object map from accessor registerCan successfully access object map from accessor registerTrying to access RoiSet products over API, hitting an error in parsing params or somethingEndpoint to list ROIs, also listed in /statusWrote and tested API methods to get and write a single RoiSet in session registerPipeline workflow detects optional RoiSet return and maps to session roiset_idServer startup reports and returns top-level session data directoryImplemented RoiSet persistence at session levelMake requirements.yml match pyproject.toml, namely rolling back ilastik build and pinning protobuf, which causes issues in ilastik 1.4.1b15Removed unused derived channels paramsOption to copy file from test server's get_accessor methodTests passCan specify root session directory to startup script, uses env variable internallyMain startup server code is now in package, script only handles argument parsingAll tests passCleared TODO on model parametersCleared TODO on model parametersAdded trivial object classifier, tooTests passModels' inference methods now just return result, not tuple with {'success': True'}Test covers pipeline with simple binary segmentationPipeline handles channel selection, not modelOutdated testCan load binary segmentation modelTests parameterize models directly with dicts, not pydantic models, which are reserved for API callsilastik and pipeline tests now all use TestServer request assertionsPass optional model ID to ilastik modelsAll direct API tests are passingIncomplete, but replacing manual status code assertions with assertion methods of TestServerBaseClassAdded some TODOsAdded some TODOsUpdate docs.mdMerge branch 'with_svlt_docs' into 'master'
Loading