Skip to content
Snippets Groups Projects
Commit 24d1cf0f authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Changed to ~/model_server, not ~/model-server

parent bc76a8c4
No related branches found
No related tags found
No related merge requests found
from pathlib import Path
root = Path.home() / 'model-server' / 'sessions'
root = Path.home() / 'model_server' / 'sessions'
subdirectories = {
'logs': 'logs',
......
from pathlib import Path
root = Path.home() / 'model-server' / 'testing'
root = Path.home() / 'model_server' / 'testing'
filename = 'D3-selection-01.czi'
czifile = {
......@@ -54,9 +54,9 @@ monozstackmask = {
}
ilastik_classifiers = {
'px': 'demo_px.ilp',
'pxmap_to_obj': 'demo_obj.ilp',
'seg_to_obj': 'new_auto_obj.ilp',
'px': root / 'ilastik' / 'demo_px.ilp',
'pxmap_to_obj': root / 'ilastik' / 'demo_obj.ilp',
'seg_to_obj': root / 'ilastik' / 'new_auto_obj.ilp',
}
output_path = root / 'testing_output'
......
from pathlib import Path
paths = {
'project_files': Path.home() / 'model-server' / 'ilastik'
'project_files': Path.home() / 'model_server' / 'ilastik'
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment