8000 Missing function `calc_cam_scale_trans_const_scale` · Issue #15 · jeffffffli/NIKI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Missing function calc_cam_scale_trans_const_scale #15
Open
@luisleo526

Description

@luisleo526

Thanks for sharing such fantastic works.

When I was trying to run the train/validate/demo according to README.md, I got the following error:

Traceback (most recent call last):
  File "scripts/train.py", line 8, in <module>
    from niki.datasets.naive_dataset_temporal import (
  File "/home/ubuntu/NIKI/niki/datasets/naive_datase
51C3
t_temporal.py", line 22, in <module>
    from .hp3d_dataset_temporal import hp3d_dataset_temporal
  File "/home/ubuntu/NIKI/niki/datasets/hp3d_dataset_temporal.py", line 16, in <module>
    from niki.utils.pose_utils import (calc_cam_scale_trans_const_scale,
ImportError: cannot import name 'calc_cam_scale_trans_const_scale' from 'niki.utils.pose_utils' (/home/ubuntu/NIKI/niki/utils/pose_utils.py)

After digging into niki/utils/pose_utils, I was unable to find the function calc_cam_scale_trans_const_scale .

Is this a bug?

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

      0