Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Fix refs to NMS in SSD doc #476

Merged
merged 2 commits into from
Oct 27, 2017
Merged

Fix refs to NMS in SSD doc #476

merged 2 commits into from
Oct 27, 2017

Conversation

yuyu2172
Copy link
Member

No description provided.

@@ -198,7 +198,7 @@ def decode(self, mb_loc, mb_conf, nms_thresh=0.45, score_thresh=0.6):
mb_conf (array): A float array whose shape is
:math:`(K, n\_fg\_class + 1)`.
nms_thresh (float): The threshold value
for :meth:`chainercv.transfroms.non_maximum_suppression`.
for :meth:`~chainercv.utils.non_maximum_suppression`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer :func: to :meth: because it is a regular function.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

Copy link
Member

@Hakuyume Hakuyume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Hakuyume Hakuyume merged commit 667e419 into chainer:master Oct 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants