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

Add tile_images #422

Merged
merged 10 commits into from
Oct 5, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc
  • Loading branch information
yuyu2172 committed Oct 5, 2017
commit 2a8df6af3f3cb706b3d2b63ff8a1f7c5e436ff03
2 changes: 1 addition & 1 deletion chainercv/utils/image/tile_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def tile_images(imgs, n_col, pad=2, fill=0):
Args:
imgs (numpy.ndarray): A batch of images whose shape is BCHW.
n_col (int): The number of columns in a tile.
pad (int): Amount of pad. Default is 2.
pad (int): Amount of pad. The default value is 2.
fill (float, tuple or ~numpy.ndarray): The value of padded pixels.
If it is :class:`numpy.ndarray`,
its shape should be :math:`(C, 1, 1)`,
Expand Down