Skip to content

Commit

Permalink
poetry add xarray
Browse files Browse the repository at this point in the history
fix cosypose evaluation:
Traceback (most recent call last):
  File "…/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "…/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "…/happypose/happypose/pose_estimators/cosypose/cosypose/scripts/run_full_cosypose_eval_new.py", line 10, in <module>
    from happypose.pose_estimators.cosypose.cosypose.evaluation.evaluation import run_eval
  File "…/happypose/happypose/pose_estimators/cosypose/cosypose/evaluation/evaluation.py", line 41, in <module>
    from happypose.pose_estimators.megapose.evaluation.meters.modelnet_meters import (
  File "…/happypose/happypose/pose_estimators/megapose/evaluation/meters/modelnet_meters.py", line 19, in <module>
    import xarray as xr
ModuleNotFoundError: No module named 'xarray'
  • Loading branch information
nim65s committed Apr 17, 2024
1 parent 2325dfa commit 0d5d0e1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
39 changes: 25 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ tqdm = "^4.66.1"
transforms3d = "^0.4.1"
trimesh = "^3.23.5"
webdataset = "^0.2.57"
xarray = "^2024.3.0"

[tool.poetry.extras]
cpu = ["torch", "torchvision"]
Expand Down

0 comments on commit 0d5d0e1

Please sign in to comment.