2222
2323def _get_model_registry ():
2424 registry = {
25- "active_zone" : "a18f29168aed72edec0f5c2cb1aa9a4baa227812db6082a6538fd38d9f43afb0 " ,
25+ "active_zone" : "c23652a8fe06daa113546af6d3200c4c1dcc79917056c6ed7357b8c93548372a " ,
2626 "compartments" : "527983720f9eb215c45c4f4493851fd6551810361eda7b79f185a0d304274ee1" ,
2727 "mitochondria" : "24625018a5968b36f39fa9d73b121a32e8f66d0f2c0540d3df2e1e39b3d58186" ,
2828 "mitochondria2" : "553decafaff4838fff6cc8347f22c8db3dee5bcbeffc34ffaec152f8449af673" ,
@@ -37,7 +37,7 @@ def _get_model_registry():
3737 "vesicles_3d_innerear" : "924f0f7cfb648a3a6931c1d48d8b1fdc6c0c0d2cb3330fe2cae49d13e7c3b69d" ,
3838 }
3939 urls = {
40- "active_zone" : "https://owncloud.gwdg.de/index.php/s/zvuY342CyQebPsX /download" ,
40+ "active_zone" : "https://owncloud.gwdg.de/index.php/s/wpea9FH9waG4zJd /download" ,
4141 "compartments" : "https://owncloud.gwdg.de/index.php/s/DnFDeTmDDmZrDDX/download" ,
4242 "mitochondria" : "https://owncloud.gwdg.de/index.php/s/1T542uvzfuruahD/download" ,
4343 "mitochondria2" : "https://owncloud.gwdg.de/index.php/s/GZghrXagc54FFXd/download" ,
@@ -109,6 +109,7 @@ def get_model_training_resolution(model_type: str) -> Dict[str, float]:
109109 Mapping of axis (x, y, z) to the voxel size (in nm) of that axis.
110110 """
111111 resolutions = {
112+ # TODO update the resolution of the active zone model
112113 "active_zone" : {"x" : 1.44 , "y" : 1.44 , "z" : 1.44 },
113114 "compartments" : {"x" : 3.47 , "y" : 3.47 , "z" : 3.47 },
114115 "mitochondria" : {"x" : 2.07 , "y" : 2.07 , "z" : 2.07 },
0 commit comments