Open throttlekitty opened 1 year ago
Hi, @throttlekitty Thanks for your interest in our work. It seems an error occurs in the part where intermediate results are saved as images in that environment. I cannot currently reproduce the Windows environment, so could you try to erase the lines starting with "metric.put_artifact" in the 'run_3DFuse.py' file and see if it works well?
That ran for a lot longer than before and leads to a similar error with different path formatting now.:
...
Reshaping decoder.mid.attn_1.v.weight for SD format
Reshaping decoder.mid.attn_1.proj_out.weight for SD format
Added Token: ['<0>']
a comfortable <0>
0%| | 0/10000 [00:00<?, ?it/s]C:\apps\anaconda3\envs\3DFuse\lib\site-packages\torch\nn\functional.py:4227: UserWarning:
Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details.
100%|████████████████████████████████████████████████████████████████████████████████| 100/100 [00:13<00:00, 7.67it/s]
Traceback (most recent call last):███████████████████████████████████████████████████| 100/100 [00:13<00:00, 7.68it/s]
File "C:\apps\anaconda3\envs\3DFuse\lib\site-packages\gradio\routes.py", line 393, in run_predict
output = await app.get_blocks().process_api(
File "C:\apps\anaconda3\envs\3DFuse\lib\site-packages\gradio\blocks.py", line 1111, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "C:\apps\anaconda3\envs\3DFuse\lib\site-packages\gradio\blocks.py", line 1036, in postprocess_data
prediction_value = postprocess_update_dict(
File "C:\apps\anaconda3\envs\3DFuse\lib\site-packages\gradio\blocks.py", line 432, in postprocess_update_dict
prediction_value["value"] = block.postprocess(prediction_value["value"])
File "C:\apps\anaconda3\envs\3DFuse\lib\site-packages\gradio\components.py", line 2152, in postprocess
y = self.make_temp_copy_if_needed(y)
File "C:\apps\anaconda3\envs\3DFuse\lib\site-packages\gradio\components.py", line 245, in make_temp_copy_if_needed
temp_dir = self.hash_file(file_path)
File "C:\apps\anaconda3\envs\3DFuse\lib\site-packages\gradio\components.py", line 217, in hash_file
with open(file_path, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: './results\\bed_0000\\3d/result_10000/video/step_100_.mp4'
Running local on Win10 I'm getting the following error when generating 3D after creating the point cloud. This happens at some point during the lora process. I did initially have some problems getting PyTorch3D set up, and I did have to create the conda environment in 3.9, this repo suggests 3.8, in case that's a problem here. I see that ultimately it fails to find this particular image, as it doesn't exist.