提交 9b981f2c 编辑于 作者: generatedunixname89002005307016's avatar generatedunixname89002005307016 提交者: Facebook GitHub Bot
浏览文件

suppress errors in `vision/fair/pytorch3d`

Differential Revision: D53152021

fbshipit-source-id: 78be99b00abe4d992db844ff5877a89d42d468af
无相关合并请求
显示 0 个添加1 个删除
+0 -1
......@@ -304,7 +304,6 @@ def _show_predictions(
pred_all = []
# Randomly choose a subset of the rendered images, sort by ordr in the sequence
n_samples = min(n_samples, len(preds))
# pyre-fixme[20]: Argument `k` expected.
pred_idx = sorted(random.sample(list(range(len(preds))), n_samples))
for predi in pred_idx:
# Make the concatentation for the same camera vertically
......
支持 Markdown
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册