mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-06-17 04:28:54 +08:00
Revert D107142434: Enable Pyrefly in fbcode/vision/fair
Differential Revision: D107142434 Original commit changeset: 25929bb3d5a3 Original Phabricator Diff: D107142434 fbshipit-source-id: 0aecaeba28d7d8db8f9273406a080e41aa77c4a7
This commit is contained in:
committed by
meta-codesync[bot]
parent
05025bf005
commit
1f7f85c0a3
@@ -75,7 +75,6 @@ def visualize_reconstruction(
|
||||
|
||||
# Set the random seeds
|
||||
torch.manual_seed(0)
|
||||
# pyrefly: ignore [bad-argument-type]
|
||||
np.random.seed(0)
|
||||
|
||||
# Get the config from the experiment_directory,
|
||||
@@ -136,7 +135,6 @@ def visualize_reconstruction(
|
||||
"device": device,
|
||||
**render_flyaround_kwargs,
|
||||
}
|
||||
# pyrefly: ignore [bad-argument-type]
|
||||
render_flyaround(**render_kwargs)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user