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 38e7ad7 commit 1eb5e56Copy full SHA for 1eb5e56
python/paddle/trainer_config_helpers/layers.py
@@ -1223,7 +1223,8 @@ def detection_output_layer(input_loc,
1223
name=None):
1224
"""
1225
Apply the NMS to the output of network and compute the predict bounding
1226
- box location.
+ box location. The output of this layer could be None if there is no valid
1227
+ bounding box.
1228
1229
:param name: The Layer Name.
1230
:type name: basestring
0 commit comments