Skip to content

Commit f87ddf1

Browse files
committed
link for install roi
1 parent 52322af commit f87ddf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensorlayer/layers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3640,7 +3640,8 @@ class ROIPoolingLayer(Layer):
36403640
36413641
Notes
36423642
-----------
3643-
- This implementation is from `Deepsense-AI <https://github.com/deepsense-ai/roi-pooling>`_ , please install it by following the instruction.
3643+
- 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>`_.
36443645
"""
36453646
def __init__(
36463647
self,

0 commit comments

Comments
 (0)