okunator commited on
Commit
0408612
·
verified ·
1 Parent(s): 20ee754

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -59,6 +59,7 @@ out = model.post_process(prob)
59
 
60
  ## 3.1 Run inference for image batch
61
  ```python
 
62
  from cellseg_models_pytorch.utils import FileHandler
63
 
64
  model.set_inference_mode()
@@ -123,3 +124,16 @@ Cellpose original paper:
123
  pages = {100–106}
124
  }
125
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
  ## 3.1 Run inference for image batch
61
  ```python
62
+ import torch
63
  from cellseg_models_pytorch.utils import FileHandler
64
 
65
  model.set_inference_mode()
 
124
  pages = {100–106}
125
  }
126
  ```
127
+
128
+ ## Licence
129
+ These model weights are released under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at:
130
+
131
+ http://www.apache.org/licenses/LICENSE-2.0
132
+
133
+ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
134
+
135
+ ## Additional Terms
136
+
137
+ While the Apache 2.0 License grants broad permissions, we kindly request that users adhere to the following guidelines:
138
+ Medical or Clinical Use: This model is not intended for use in medical diagnosis, treatment, or prevention of disease of real patients. It should not be used as a substitute for professional medical advice.
139
+