We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vision/fair/pytorch3d
1 parent b80ab0c commit 85eccbbCopy full SHA for 85eccbb
pytorch3d/implicitron/models/visualization/render_flyaround.py
@@ -304,6 +304,7 @@ def _show_predictions(
304
pred_all = []
305
# Randomly choose a subset of the rendered images, sort by ordr in the sequence
306
n_samples = min(n_samples, len(preds))
307
+ # pyre-fixme[20]: Argument `k` expected.
308
pred_idx = sorted(random.sample(list(range(len(preds))), n_samples))
309
for predi in pred_idx:
310
# Make the concatentation for the same camera vertically
0 commit comments