human-3d / Human3D

We propose the first multi-human body-part segmentation model, called Human3D 🧑‍🤝‍🧑, that directly operates on 3D scenes. In an extensive analysis, we validate the benefits of training on synthetic data on multiple baselines and tasks.
https://human-3d.github.io/
54 stars 6 forks source link

running eval_human3d.sh error #6

Closed ZhYuLn closed 12 months ago

ZhYuLn commented 12 months ago

os: ubuntu20.04 python: 3.10 cuda: 11.3 when I running sh scripts/eval/eval_human3d.sh, it show me the error:

  File "/opt/conda/envs/human3d_cuda113/lib/python3.10/site-packages/hydra/_internal/config_loader_impl.py", line 400, in _load_single_config
    raise ValueError(
ValueError: Config logging/full must be a Dictionary, got ConfigResult

what can I do to resolve it?

aycatakmaz commented 12 months ago

Hi,

This could be an issue due to the version of the hydra package, we used hydra-core==1.0.5 in our experiments. Could you verify that you have the same version installed in your conda environment?

Best, Ayca

ZhYuLn commented 12 months ago

Thank you, I replace 1.1.0 with 1.0.5 and it working fine.