Skip to content

PIFu_Demo.ipynb error #151

Description

@Ishihara-Masabumi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions