google / lasr

Code for "LASR: Learning Articulated Shape Reconstruction from a Monocular Video". CVPR 2021.
https://lasr-google.github.io/
Apache License 2.0
170 stars 17 forks source link

error [python scripts/render_syn.py] #1

Closed Kana-alt closed 3 years ago

Kana-alt commented 3 years ago

I ran "python scripts/render_syn.py".

The following error has occurred. How can I solve this problem?

/home/kana/anaconda3/envs/lasr/lib/python3.8/site-packages/kornia/geometry/conversions.py:369: UserWarning: XYZW quaternion coefficient order is deprecated and will be removed after > 0.6. Please use QuaternionCoeffOrder.WXYZ instead. warnings.warn("XYZW quaternion coefficient order is deprecated and" /home/kana/anaconda3/envs/lasr/lib/python3.8/site-packages/kornia/geometry/conversions.py:506: UserWarning: XYZW quaternion coefficient order is deprecated and will be removed after > 0.6. Please use QuaternionCoeffOrder.WXYZ instead. warnings.warn("XYZW quaternion coefficient order is deprecated and"

gengshan-y commented 3 years ago

Hi, this seems to be a warning and can be ignored.

Kana-alt commented 3 years ago

Thank you!!