Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIFu_Demo.ipynb error #151

Open
Ishihara-Masabumi opened this issue May 9, 2023 · 1 comment
Open

PIFu_Demo.ipynb error #151

Ishihara-Masabumi opened this issue May 9, 2023 · 1 comment

Comments

@Ishihara-Masabumi
Copy link

When I tried to run PIFu_Demo.ipynb, the last cell outputting the following error.

---------------------------------------------------------------------------
FileNotFoundError                         Traceback (most recent call last)
[<ipython-input-6-0b1e7703a7cd>](https://localhost:8080/#) in <cell line: 7>()
      5 
      6 renderer = set_renderer()
----> 7 generate_video_from_obj(obj_path, video_path, renderer)
      8 
      9 # we cannot play a mp4 video generated by cv2

1 frames
[/content/PIFu/lib/colab_util.py](https://localhost:8080/#) in get_verts_rgb_colors(obj_path)
     66   rgb_colors = []
     67 
---> 68   f = open(obj_path)
     69   lines = f.readlines()
     70   for line in lines:

FileNotFoundError: [Errno 2] No such file or directory: '/content/PIFu/results/pifu_demo/result_ryota.obj'

Please let me know how to fix it.

@leonelhs
Copy link

change measure.marching_cubes_lewiner to measure.marching_cubes would work in mesh_util.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants