[DOC] Fix link to pre-computed FRCNN detectors for Caffe model (#13133)

as seems already merged to openvinotoolkit/openvino_docs#225 enabling auto-merge here
This commit is contained in:
Andrei Kochin 2022-09-23 01:43:21 +04:00 committed by GitHub
parent d9ed6d98c7
commit 55af2941f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# Extending Model Optimizer with Caffe Python Layers {#openvino_docs_MO_DG_prepare_model_customize_model_optimizer_Extending_Model_Optimizer_With_Caffe_Python_Layers}
This article provides instructions on how to support a custom Caffe operation written only in Python. For example, the
[Faster-R-CNN model](http://dl.dropboxusercontent.com/s/o6ii098-bu51d139/faster_rcnn_models.tgz?dl=0) implemented in
[Faster-R-CNN model](https://dl.dropboxusercontent.com/s/o6ii098bu51d139/faster_rcnn_models.tgz?dl=0) implemented in
Caffe contains a custom proposal layer written in Python. The layer is described in the
[Faster-R-CNN prototxt](https://raw.githubusercontent.com/rbgirshick/py-faster-rcnn/master/models/pascal_voc/VGG16/faster_rcnn_end2end/test.prototxt) in the following way:
```sh