You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deeplab/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ In the first step of semantic segmentation, an image is fed through a pre-traine
11
11
To get started, pick the model name from `pascal`, `cityscapes` and `ade20k`, and decide whether you want your model quantized to 1 or 2 bytes (set the `quantizationBytes` option to 4 if you want to disable quantization). Then, initialize the model as follows:
@@ -49,8 +49,8 @@ You can set the `base` attribute in the argument to `pascal`, `cityscapes` or `a
49
49
If you require more careful control over the initialization and behavior of the model (e.g. you want to use your own labelling scheme and colormap), use the `SemanticSegmentation` class, passing a pre-loaded `GraphModel` in the constructor:
0 commit comments