Skip to content

Commit 6f1119b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5c45bec commit 6f1119b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hugging_face/finetune_vista3d_for_hugging_face_pipeline.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,11 +824,14 @@
824824
"source": [
825825
"# Visualize the results.\n",
826826
"numpy_transform = ToNumpy()\n",
827+
"\n",
828+
"\n",
827829
"def convert_to_numpy(input):\n",
828830
" numpy_output = numpy_transform(input)\n",
829831
" numpy_output = np.squeeze(numpy_output, axis=0)\n",
830832
" return numpy_output\n",
831833
"\n",
834+
"\n",
832835
"test_data = test_data[:2]\n",
833836
"with torch.no_grad():\n",
834837
" test_outputs = vista3d_hf_pipeline(test_data, save_output=False)\n",

0 commit comments

Comments
 (0)