Skip to content

FileNotFoundError: [Errno 2] No such file or directory: '/home/chen/datasets/HO3D_v2/modelsprocess' #14

Open
@MengHao666

Description

@MengHao666

Hi, thanks for update on ho3d_v2, I have 2 questions here:

  1. When I run python evalho3dv2.py --resume releasemodels/ho3dv2/realonly/checkpoint_200.pth --val_split test --json_folder jsonres/res, I got error below.It seems object models are neeeded.So could u share them?
    Traceback (most recent call last): File "evalho3dv2.py", line 156, in <module> main(args) File "evalho3dv2.py", line 56, in main has_dist2strong=True, File "/home/chen/PycharmProjects/handobjectconsist/meshreg/netscripts/get_dataset.py", line 41, in get_dataset full_sequences=False, File "/home/chen/PycharmProjects/handobjectconsist/meshreg/datasets/ho3dv2.py", line 260, in __init__ self.obj_meshes = ho3dfullutils.load_objects(os.path.join(self.root, "modelsprocess")) File "/home/chen/PycharmProjects/handobjectconsist/meshreg/datasets/ho3dfullutils.py", line 8, in load_objects object_names = [obj_name for obj_name in os.listdir(obj_root) if ".tgz" not in obj_name] FileNotFoundError: [Errno 2] No such file or directory: '/home/chen/datasets/HO3D_v2/modelsprocess'
  2. I got confuesd about that you could generate results to Codalab Competion ,as your method depicted in CVPR2020 paper couldn't handle unseen object in official evaluation set. And I remember u once upload one better result to Codalab Competition using method mentioned in your CVPR2019 paper.Could u spare some time to explain it?

Merci beaucoup!

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