Skip to content

Commit 85eccbb

Browse files
generatedunixname89002005307016facebook-github-bot
generatedunixname89002005307016
authored andcommitted
suppress errors in vision/fair/pytorch3d
Differential Revision: D53111480 fbshipit-source-id: 0f506bf29cf908e40b058ae72f51e828cd597825
1 parent b80ab0c commit 85eccbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytorch3d/implicitron/models/visualization/render_flyaround.py

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ 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.
307308
pred_idx = sorted(random.sample(list(range(len(preds))), n_samples))
308309
for predi in pred_idx:
309310
# Make the concatentation for the same camera vertically

0 commit comments

Comments
 (0)