We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52322af commit f87ddf1Copy full SHA for f87ddf1
tensorlayer/layers.py
@@ -3640,7 +3640,8 @@ class ROIPoolingLayer(Layer):
3640
3641
Notes
3642
-----------
3643
- - This implementation is from `Deepsense-AI <https://github.com/deepsense-ai/roi-pooling>`_ , please install it by following the instruction.
+ - This implementation is from `Deepsense-AI <https://github.com/deepsense-ai/roi-pooling>`_ .
3644
+ - Please install it by the instruction `HERE <https://github.com/zsdonghao/tensorlayer/blob/master/tensorlayer/third_party/roi_pooling/README.md>`_.
3645
"""
3646
def __init__(
3647
self,
0 commit comments