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:
generatedunixname89002005232357
2026-06-02 16:19:57 -07:00
committed by meta-codesync[bot]
parent 05025bf005
commit 1f7f85c0a3
78 changed files with 12 additions and 336 deletions

View File

@@ -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)