tybulewicz commited on
Commit
b104653
·
verified ·
1 Parent(s): fac5bfa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - image-segmentation
5
  - instance-segmentation
@@ -9,11 +9,11 @@ tags:
9
  # maskrcnn_r50-fp16-ov
10
 
11
  - Model creator: [Geti™](https://github.com/open-edge-platform/geti)
12
- - Original model: [Mask R-CNN ResNet-50](https://github.com/open-edge-platform/geti)
13
 
14
  ## Description
15
 
16
- This is a [Geti™](https://github.com/open-edge-platform/geti) version of [Mask R-CNN ResNet-50](https://github.com/open-edge-platform/geti) model converted to the [OpenVINO™ IR](https://docs.openvino.ai/2026/documentation/openvino-ir-format.html) (Intermediate Representation) format with weights compressed to FP16.
17
 
18
  To fine-tune your model with a custom dataset, you can use Geti™ to annotate data, perform fine-tuning, and export the resulting model.
19
 
@@ -59,11 +59,11 @@ For more examples and possible optimizations, refer to the [Model API Documentat
59
 
60
  ## Limitations
61
 
62
- Check the original [model documentation](https://github.com/open-edge-platform/geti) for limitations.
63
 
64
  ## Legal information
65
 
66
- The original model is distributed under the [apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license. More details can be found in [training_extensions](https://github.com/open-edge-platform/geti).
67
 
68
  ## Disclaimer
69
 
 
1
  ---
2
+ license: bsd-3-clause
3
  tags:
4
  - image-segmentation
5
  - instance-segmentation
 
9
  # maskrcnn_r50-fp16-ov
10
 
11
  - Model creator: [Geti™](https://github.com/open-edge-platform/geti)
12
+ - Original model: [Mask R-CNN ResNet-50](https://docs.pytorch.org/vision/main/models/generated/torchvision.models.detection.maskrcnn_resnet50_fpn.html)
13
 
14
  ## Description
15
 
16
+ This is a [Geti™](https://github.com/open-edge-platform/geti) version of [Mask R-CNN ResNet-50](https://docs.pytorch.org/vision/main/models/generated/torchvision.models.detection.maskrcnn_resnet50_fpn.html) model converted to the [OpenVINO™ IR](https://docs.openvino.ai/2026/documentation/openvino-ir-format.html) (Intermediate Representation) format with weights compressed to FP16.
17
 
18
  To fine-tune your model with a custom dataset, you can use Geti™ to annotate data, perform fine-tuning, and export the resulting model.
19
 
 
59
 
60
  ## Limitations
61
 
62
+ Check the [original model documentation](https://docs.pytorch.org/vision/main/models/generated/torchvision.models.detection.maskrcnn_resnet50_fpn.html) for limitations.
63
 
64
  ## Legal information
65
 
66
+ The original model is distributed under the [BSD-3-Clause](https://github.com/pytorch/vision/blob/main/LICENSE) license. More details can be found in the [original model documentation](https://docs.pytorch.org/vision/main/models/generated/torchvision.models.detection.maskrcnn_resnet50_fpn.html).
67
 
68
  ## Disclaimer
69