|
@@ -27,7 +27,7 @@ for i, (im, parts, label) in enumerate(data, 1):
|
|
|
fig2 = plt.figure(figsize=(16,9))
|
|
|
n_parts = parts.shape[0]
|
|
|
|
|
|
- for j, crop in enumerate(visible_crops(im, parts, .5), 1):
|
|
|
+ for j, crop in enumerate(visible_crops(im, parts), 1):
|
|
|
ax = fig2.add_subplot(3, 5, j)
|
|
|
ax.imshow(crop)
|
|
|
|