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.
vision/fair/pytorch3d
1 parent 85eccbb commit 9b981f2Copy full SHA for 9b981f2
pytorch3d/implicitron/models/visualization/render_flyaround.py
@@ -304,7 +304,6 @@ 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