Skip to content

Commit 9b981f2

Browse files
generatedunixname89002005307016facebook-github-bot
generatedunixname89002005307016
authored andcommitted
suppress errors in vision/fair/pytorch3d
Differential Revision: D53152021 fbshipit-source-id: 78be99b00abe4d992db844ff5877a89d42d468af
1 parent 85eccbb commit 9b981f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytorch3d/implicitron/models/visualization/render_flyaround.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ def _show_predictions(
304304
pred_all = []
305305
# Randomly choose a subset of the rendered images, sort by ordr in the sequence
306306
n_samples = min(n_samples, len(preds))
307-
# pyre-fixme[20]: Argument `k` expected.
308307
pred_idx = sorted(random.sample(list(range(len(preds))), n_samples))
309308
for predi in pred_idx:
310309
# Make the concatentation for the same camera vertically

0 commit comments

Comments
 (0)