tijiang13 / InstantAvatar

InstantAvatar: Learning Avatars from Monocular Video in 60 Seconds (CVPR 2023)
375 stars 32 forks source link

Error in call to target 'instant_avatar.models.DNeRF.DNeRFModel': #82

Open Santasu28 opened 4 weeks ago

Santasu28 commented 4 weeks ago

When I meet this problem, i query the same quesion in the issues. But i can't figure out what conflicts between my pytorch and CUDA, could you help me solve this problem?

I set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. And I run the run-demo,sh again as following:

(instant) root@autodl-container-7c4e4ba920-fa730d77:~/autodl-tmp/InstantAvatar# bash ./bash/run-demo.sh Global seed set to 42 Switch to /root/autodl-tmp/InstantAvatar/outputs/peoplesnapshot/demo/male-3-casual [train] Loading from /root/autodl-tmp/InstantAvatar/data/PeopleSnapshot/male-3-casual/poses/anim_nerf_train.npz [val] Loading from /root/autodl-tmp/InstantAvatar/data/PeopleSnapshot/male-3-casual/poses/anim_nerf_val.npz [test] Loading from /root/autodl-tmp/InstantAvatar/data/PeopleSnapshot/male-3-casual/poses/anim_nerf_test.npz [2024-10-21 16:47:49,692][torch.distributed.nn.jit.instantiator][INFO] - Created a temporary directory at /tmp/tmpgwhddzpy [2024-10-21 16:47:49,692][torch.distributed.nn.jit.instantiator][INFO] - Writing /tmp/tmpgwhddzpy/_remote_module_non_scriptable.py Error executing job with overrides: ['dataset=peoplesnapshot/male-3-casual', 'experiment=demo'] Traceback (most recent call last): File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 583, in _locate obj = getattr(obj, part) AttributeError: module 'instant_avatar.renderers' has no attribute 'raymarcher_acc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 589, in _locate obj = import_module(mod) File "/root/miniconda3/envs/instant/lib/python3.8/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 783, in exec_module File "", line 219, in _call_with_frames_removed File "/root/autodl-tmp/InstantAvatar/instant_avatar/renderers/raymarcher_acc.py", line 1, in from ..models.structures.density_grid import DensityGrid File "/root/autodl-tmp/InstantAvatar/instant_avatar/models/structures/density_grid.py", line 4, in import kaolin File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/kaolin/init.py", line 1, in raise ImportError("This is the kaolin placeholder wheel from https://pypi.org/project/kaolin/. Please follow https://kaolin.readthedocs.io/en/latest/notes/installation.html for installation.") ImportError: This is the kaolin placeholder wheel from https://pypi.org/project/kaolin/. Please follow https://kaolin.readthedocs.io/en/latest/notes/installation.html for installation.

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 130, in _resolve_target target = _locate(target) File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 597, in _locate raise ImportError( ImportError: Error loading 'instant_avatar.renderers.raymarcher_acc.Raymarcher': ImportError('This is the kaolin placeholder wheel from https://pypi.org/project/kaolin/. Please follow https://kaolin.readthedocs.io/en/latest/notes/installation.html for installation.')

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 86, in _call_target return target(*args, **kwargs) File "/root/autodl-tmp/InstantAvatar/instant_avatar/models/DNeRF.py", line 27, in init self.renderer = hydra.utils.instantiate(opt.renderer, smpl_init=opt.get("smpl_init", False)) File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 218, in instantiate return instantiate_node( File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 321, in instantiate_node target = _resolve_target(node.get(_Keys.TARGET), full_key) File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 135, in _resolve_target raise InstantiationException(msg) from e hydra.errors.InstantiationException: Error locating target 'instant_avatar.renderers.raymarcher_acc.Raymarcher', see chained exception above. full_key: opt.renderer

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "train.py", line 49, in main() File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/main.py", line 48, in decorated_main _run_hydra( File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 377, in _run_hydra run_and_report( File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 214, in run_and_report raise ex File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 211, in run_and_report return func() File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 378, in lambda: hydra.run( File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/internal/hydra.py", line 111, in run = ret.return_value File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/core/utils.py", line 233, in return_value raise self._return_value File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/core/utils.py", line 160, in run_job ret.return_value = task_function(task_cfg) File "train.py", line 28, in main model = hydra.utils.instantiate(opt.model, datamodule=datamodule, recursive=False) File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 218, in instantiate return instantiate_node( File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 331, in instantiate_node return _call_target(target, partial, args, kwargs, full_key) File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 91, in _call_target raise InstantiationException(msg) from e hydra.errors.InstantiationException: Error in call to target 'instant_avatar.models.DNeRF.DNeRFModel': InstantiationException("Error locating target 'instant_avatar.renderers.raymarcher_acc.Raymarcher', see chained exception above.\nfull_key: opt.renderer") full_key: model Global seed set to 42 Switch to /root/autodl-tmp/InstantAvatar/outputs/peoplesnapshot/demo/male-3-casual [train] Loading from /root/autodl-tmp/InstantAvatar/data/PeopleSnapshot/male-3-casual/poses/anim_nerf_train.npz [val] Loading from /root/autodl-tmp/InstantAvatar/data/PeopleSnapshot/male-3-casual/poses/anim_nerf_val.npz [test] Loading from /root/autodl-tmp/InstantAvatar/data/PeopleSnapshot/male-3-casual/poses/anim_nerf_test.npz [2024-10-21 16:47:56,837][torch.distributed.nn.jit.instantiator][INFO] - Created a temporary directory at /tmp/tmpdd8n9bim [2024-10-21 16:47:56,838][torch.distributed.nn.jit.instantiator][INFO] - Writing /tmp/tmpdd8n9bim/_remote_module_non_scriptable.py Error executing job with overrides: ['dataset=peoplesnapshot/male-3-casual', 'experiment=demo'] Traceback (most recent call last): File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 583, in _locate obj = getattr(obj, part) AttributeError: module 'instant_avatar.renderers' has no attribute 'raymarcher_acc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 589, in _locate obj = import_module(mod) File "/root/miniconda3/envs/instant/lib/python3.8/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 783, in exec_module File "", line 219, in _call_with_frames_removed File "/root/autodl-tmp/InstantAvatar/instant_avatar/renderers/raymarcher_acc.py", line 1, in from ..models.structures.density_grid import DensityGrid File "/root/autodl-tmp/InstantAvatar/instant_avatar/models/structures/density_grid.py", line 4, in import kaolin File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/kaolin/init.py", line 1, in raise ImportError("This is the kaolin placeholder wheel from https://pypi.org/project/kaolin/. Please follow https://kaolin.readthedocs.io/en/latest/notes/installation.html for installation.") ImportError: This is the kaolin placeholder wheel from https://pypi.org/project/kaolin/. Please follow https://kaolin.readthedocs.io/en/latest/notes/installation.html for installation.

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 130, in _resolve_target target = _locate(target) File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 597, in _locate raise ImportError( ImportError: Error loading 'instant_avatar.renderers.raymarcher_acc.Raymarcher': ImportError('This is the kaolin placeholder wheel from https://pypi.org/project/kaolin/. Please follow https://kaolin.readthedocs.io/en/latest/notes/installation.html for installation.')

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 86, in _call_target return target(*args, **kwargs) File "/root/autodl-tmp/InstantAvatar/instant_avatar/models/DNeRF.py", line 27, in init self.renderer = hydra.utils.instantiate(opt.renderer, smpl_init=opt.get("smpl_init", False)) File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 218, in instantiate return instantiate_node( File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 321, in instantiate_node target = _resolve_target(node.get(_Keys.TARGET), full_key) File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 135, in _resolve_target raise InstantiationException(msg) from e hydra.errors.InstantiationException: Error locating target 'instant_avatar.renderers.raymarcher_acc.Raymarcher', see chained exception above. full_key: opt.renderer

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "animate.py", line 121, in main() File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/main.py", line 48, in decorated_main _run_hydra( File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 377, in _run_hydra run_and_report( File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 214, in run_and_report raise ex File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 211, in run_and_report return func() File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/utils.py", line 378, in lambda: hydra.run( File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/internal/hydra.py", line 111, in run = ret.return_value File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/core/utils.py", line 233, in return_value raise self._return_value File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/core/utils.py", line 160, in run_job ret.return_value = task_function(task_cfg) File "animate.py", line 88, in main model = hydra.utils.instantiate(opt.model, datamodule=datamodule, recursive=False) File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 218, in instantiate return instantiate_node( File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 331, in instantiate_node return _call_target(target, partial, args, kwargs, full_key) File "/root/miniconda3/envs/instant/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 91, in _call_target raise InstantiationException(msg) from e hydra.errors.InstantiationException: Error in call to target 'instant_avatar.models.DNeRF.DNeRFModel': InstantiationException("Error locating target 'instant_avatar.renderers.raymarcher_acc.Raymarcher', see chained exception above.\nfull_key: opt.renderer") full_key: model

By the way, I use CUDA11.6 and RTX3090. My conda list: (instant) root@autodl-container-7c4e4ba920-fa730d77:~/autodl-tmp/InstantAvatar# conda list

packages in environment at /root/miniconda3/envs/instant:

#

Name Version Build Channel

_libgcc_mutex 0.1 main defaults _openmp_mutex 5.1 1_gnu defaults absl-py 2.1.0 pypi_0 pypi aiohappyeyeballs 2.4.3 pypi_0 pypi aiohttp 3.10.10 pypi_0 pypi aiosignal 1.3.1 pypi_0 pypi aitviewer 1.9.0 pypi_0 pypi antlr4-python3-runtime 4.8 pypi_0 pypi async-timeout 4.0.3 pypi_0 pypi attrs 24.2.0 pypi_0 pypi ca-certificates 2024.9.24 h06a4308_0 defaults cachetools 5.5.0 pypi_0 pypi certifi 2024.8.30 pypi_0 pypi charset-normalizer 3.4.0 pypi_0 pypi chumpy 0.70 pypi_0 pypi filelock 3.16.1 pypi_0 pypi frozenlist 1.4.1 pypi_0 pypi fsspec 2024.10.0 pypi_0 pypi future 1.0.0 pypi_0 pypi fvcore 0.1.5.post20221221 pypi_0 pypi glcontext 3.0.0 pypi_0 pypi google-auth 2.35.0 pypi_0 pypi google-auth-oauthlib 1.0.0 pypi_0 pypi grpcio 1.67.0 pypi_0 pypi h5py 3.11.0 pypi_0 pypi hydra-core 1.1.2 pypi_0 pypi idna 3.10 pypi_0 pypi imageio 2.35.1 pypi_0 pypi imgui 2.0.0 pypi_0 pypi importlib-metadata 8.5.0 pypi_0 pypi importlib-resources 5.2.3 pypi_0 pypi iopath 0.1.10 pypi_0 pypi jinja2 3.1.4 pypi_0 pypi joblib 1.4.2 pypi_0 pypi kaolin 0.1 pypi_0 pypi ld_impl_linux-64 2.40 h12ee557_0 defaults libedit 3.1.20230828 h5eee18b_0 defaults libffi 3.2.1 hf484d3e_1007 defaults libgcc-ng 11.2.0 h1234567_1 defaults libgomp 11.2.0 h1234567_1 defaults libstdcxx-ng 11.2.0 h1234567_1 defaults lightning-utilities 0.11.8 pypi_0 pypi lpips 0.1.4 pypi_0 pypi markdown 3.7 pypi_0 pypi markupsafe 2.1.5 pypi_0 pypi moderngl 5.12.0 pypi_0 pypi moderngl-window 2.4.6 pypi_0 pypi mpmath 1.3.0 pypi_0 pypi multidict 6.1.0 pypi_0 pypi multipledispatch 1.0.0 pypi_0 pypi ncurses 6.4 h6a678d5_0 defaults networkx 3.1 pypi_0 pypi ninja 1.11.1.1 pypi_0 pypi numpy 1.22.4 pypi_0 pypi nvidia-cublas-cu12 12.1.3.1 pypi_0 pypi nvidia-cuda-cupti-cu12 12.1.105 pypi_0 pypi nvidia-cuda-nvrtc-cu12 12.1.105 pypi_0 pypi nvidia-cuda-runtime-cu12 12.1.105 pypi_0 pypi nvidia-cudnn-cu12 9.1.0.70 pypi_0 pypi nvidia-cufft-cu12 11.0.2.54 pypi_0 pypi nvidia-curand-cu12 10.3.2.106 pypi_0 pypi nvidia-cusolver-cu12 11.4.5.107 pypi_0 pypi nvidia-cusparse-cu12 12.1.0.106 pypi_0 pypi nvidia-nccl-cu12 2.20.5 pypi_0 pypi nvidia-nvjitlink-cu12 12.6.77 pypi_0 pypi nvidia-nvtx-cu12 12.1.105 pypi_0 pypi oauthlib 3.2.2 pypi_0 pypi omegaconf 2.1.2 pypi_0 pypi opencv-contrib-python-headless 4.10.0.84 pypi_0 pypi opencv-python 4.10.0.84 pypi_0 pypi openssl 1.1.1w h7f8727e_0 defaults packaging 24.1 pypi_0 pypi pillow 10.4.0 pypi_0 pypi pip 24.0 pypi_0 pypi portalocker 2.10.1 pypi_0 pypi propcache 0.2.0 pypi_0 pypi protobuf 5.28.2 pypi_0 pypi pyasn1 0.6.1 pypi_0 pypi pyasn1-modules 0.4.1 pypi_0 pypi pydeprecate 0.3.1 pypi_0 pypi pyglet 2.0.18 pypi_0 pypi pyqt5 5.15.11 pypi_0 pypi pyqt5-qt5 5.15.15 pypi_0 pypi pyqt5-sip 12.15.0 pypi_0 pypi pyrr 0.10.3 pypi_0 pypi python 3.8.1 h0371630_1 defaults pytorch-lightning 1.5.7 pypi_0 pypi pywavelets 1.4.1 pypi_0 pypi pyyaml 6.0.2 pypi_0 pypi readline 7.0 h7b6447c_5 defaults requests 2.32.3 pypi_0 pypi requests-oauthlib 2.0.0 pypi_0 pypi roma 1.5.0 pypi_0 pypi rsa 4.9 pypi_0 pypi scikit-image 0.19.3 pypi_0 pypi scikit-video 1.1.11 pypi_0 pypi scipy 1.7.3 pypi_0 pypi setuptools 75.1.0 py38h06a4308_0 defaults six 1.16.0 pypi_0 pypi smplx 0.1.28 pypi_0 pypi sqlite 3.33.0 h62c20be_0 defaults sympy 1.13.3 pypi_0 pypi tabulate 0.9.0 pypi_0 pypi tensorboard 2.14.0 pypi_0 pypi tensorboard-data-server 0.7.2 pypi_0 pypi termcolor 2.4.0 pypi_0 pypi tifffile 2023.7.10 pypi_0 pypi tinycudann 1.7 pypi_0 pypi tk 8.6.14 h39e8969_0 defaults torch 1.13.1+cu116 pypi_0 pypi torchmetrics 1.5.0 pypi_0 pypi torchvision 0.14.1+cu116 pypi_0 pypi tqdm 4.66.5 pypi_0 pypi trimesh 3.23.5 pypi_0 pypi triton 3.0.0 pypi_0 pypi typing-extensions 4.12.2 pypi_0 pypi urllib3 2.2.3 pypi_0 pypi websockets 13.1 pypi_0 pypi werkzeug 3.0.4 pypi_0 pypi wheel 0.44.0 py38h06a4308_0 defaults xz 5.4.6 h5eee18b_1 defaults yacs 0.1.8 pypi_0 pypi yarl 1.15.2 pypi_0 pypi zipp 3.20.2 pypi_0 pypi zlib 1.2.13 h5eee18b_1 defaults

hankunbo commented 3 weeks ago

same error, any clue?

Santasu28 commented 3 weeks ago

same error, any clue?

My classmate have solved this trouble by installing nvdiffrast and kaolin,including some relied packages. Here are some links which are useful : https://github.com/NVlabs/nvdiffrast and https://kaolin.readthedocs.io/en/latest/notes/installation.html 1bf885190ced75ecef0c974d7298d779

t973288913 commented 2 days ago

same error, any clue?

My classmate have solved this trouble by installing nvdiffrast and kaolin,including some relied packages. Here are some links which are useful : https://github.com/NVlabs/nvdiffrast and https://kaolin.readthedocs.io/en/latest/notes/installation.html 1bf885190ced75ecef0c974d7298d779

hi,I installed the nvdiffrast and kaolin libraries, but still reported this error:AttributeError: module 'instant_avatar.renderers' has no attribute 'raymarcher_acc'. image _libgcc_mutex 0.1 conda_forge conda-forge _openmp_mutex 4.5 2_gnu conda-forge absl-py 2.1.0 pypi_0 pypi aiohappyeyeballs 2.4.3 pypi_0 pypi aiohttp 3.10.11 pypi_0 pypi aiosignal 1.3.1 pypi_0 pypi aitviewer 1.9.0 pypi_0 pypi antlr4-python3-runtime 4.8 pypi_0 pypi asttokens 2.4.1 pypi_0 pypi async-timeout 5.0.1 pypi_0 pypi attrs 24.2.0 pypi_0 pypi backcall 0.2.0 pypi_0 pypi blinker 1.8.2 pypi_0 pypi ca-certificates 2024.8.30 hbcca054_0 conda-forge cachetools 5.5.0 pypi_0 pypi certifi 2024.8.30 pypi_0 pypi charset-normalizer 3.4.0 pypi_0 pypi chumpy 0.70 pypi_0 pypi click 8.1.7 pypi_0 pypi comm 0.2.2 pypi_0 pypi dataclasses-json 0.6.7 pypi_0 pypi decorator 5.1.1 pypi_0 pypi deprecated 1.2.15 pypi_0 pypi entrypoints 0.4 pypi_0 pypi executing 2.1.0 pypi_0 pypi filelock 3.16.1 pypi_0 pypi flask 3.0.3 pypi_0 pypi frozenlist 1.5.0 pypi_0 pypi fsspec 2024.10.0 pypi_0 pypi future 1.0.0 pypi_0 pypi fvcore 0.1.5.post20221221 pypi_0 pypi glcontext 3.0.0 pypi_0 pypi google-auth 2.36.0 pypi_0 pypi google-auth-oauthlib 1.0.0 pypi_0 pypi grpcio 1.68.0 pypi_0 pypi h5py 3.11.0 pypi_0 pypi hydra-core 1.1.2 pypi_0 pypi idna 3.10 pypi_0 pypi imageio 2.35.1 pypi_0 pypi imgui 2.0.0 pypi_0 pypi importlib-metadata 8.5.0 pypi_0 pypi importlib-resources 5.2.3 pypi_0 pypi iopath 0.1.10 pypi_0 pypi ipycanvas 0.13.3 pypi_0 pypi ipyevents 2.0.2 pypi_0 pypi ipython 8.12.3 pypi_0 pypi ipywidgets 8.1.5 pypi_0 pypi itsdangerous 2.2.0 pypi_0 pypi jedi 0.19.2 pypi_0 pypi jinja2 3.1.4 pypi_0 pypi joblib 1.4.2 pypi_0 pypi jupyter-client 7.4.9 pypi_0 pypi jupyter-core 5.7.2 pypi_0 pypi jupyterlab-widgets 3.0.13 pypi_0 pypi kaolin 0.15.0 pypi_0 pypi ld_impl_linux-64 2.43 h712a8e2_2 conda-forge libffi 3.2.1 he1b5a44_1007 conda-forge libgcc 14.2.0 h77fa898_1 conda-forge libgcc-ng 14.2.0 h69a702a_1 conda-forge libgomp 14.2.0 h77fa898_1 conda-forge libsqlite 3.46.0 hde9e2c9_0 conda-forge libstdcxx 14.2.0 hc0a3c3a_1 conda-forge libstdcxx-ng 14.2.0 h4852527_1 conda-forge libzlib 1.2.13 h4ab18f5_6 conda-forge lightning-utilities 0.11.8 pypi_0 pypi lpips 0.1.4 pypi_0 pypi markdown 3.7 pypi_0 pypi markupsafe 2.1.5 pypi_0 pypi marshmallow 3.22.0 pypi_0 pypi matplotlib-inline 0.1.7 pypi_0 pypi moderngl 5.12.0 pypi_0 pypi moderngl-window 2.4.6 pypi_0 pypi mpmath 1.3.0 pypi_0 pypi multidict 6.1.0 pypi_0 pypi multipledispatch 1.0.0 pypi_0 pypi mypy-extensions 1.0.0 pypi_0 pypi ncurses 6.5 he02047a_1 conda-forge nest-asyncio 1.6.0 pypi_0 pypi networkx 3.1 pypi_0 pypi ninja 1.11.1.1 pypi_0 pypi numpy 1.23.1 pypi_0 pypi nvdiffrast 0.3.3 pypi_0 pypi nvidia-cublas-cu12 12.1.3.1 pypi_0 pypi nvidia-cuda-cupti-cu12 12.1.105 pypi_0 pypi nvidia-cuda-nvrtc-cu12 12.1.105 pypi_0 pypi nvidia-cuda-runtime-cu12 12.1.105 pypi_0 pypi nvidia-cudnn-cu12 9.1.0.70 pypi_0 pypi nvidia-cufft-cu12 11.0.2.54 pypi_0 pypi nvidia-curand-cu12 10.3.2.106 pypi_0 pypi nvidia-cusolver-cu12 11.4.5.107 pypi_0 pypi nvidia-cusparse-cu12 12.1.0.106 pypi_0 pypi nvidia-nccl-cu12 2.20.5 pypi_0 pypi nvidia-nvjitlink-cu12 12.6.77 pypi_0 pypi nvidia-nvtx-cu12 12.1.105 pypi_0 pypi oauthlib 3.2.2 pypi_0 pypi omegaconf 2.1.2 pypi_0 pypi opencv-contrib-python-headless 4.10.0.84 pypi_0 pypi opencv-python 4.10.0.84 pypi_0 pypi openssl 1.1.1w hd590300_0 conda-forge packaging 24.2 pypi_0 pypi parso 0.8.4 pypi_0 pypi pexpect 4.9.0 pypi_0 pypi pickleshare 0.7.5 pypi_0 pypi pillow 10.4.0 pypi_0 pypi pip 23.3.1 pypi_0 pypi platformdirs 4.3.6 pypi_0 pypi portalocker 2.10.1 pypi_0 pypi prompt-toolkit 3.0.48 pypi_0 pypi propcache 0.2.0 pypi_0 pypi protobuf 5.28.3 pypi_0 pypi ptyprocess 0.7.0 pypi_0 pypi pure-eval 0.2.3 pypi_0 pypi pyasn1 0.6.1 pypi_0 pypi pyasn1-modules 0.4.1 pypi_0 pypi pybind11 2.13.6 pypi_0 pypi pydeprecate 0.3.1 pypi_0 pypi pyglet 2.0.18 pypi_0 pypi pygltflib 1.16.2 pypi_0 pypi pygments 2.18.0 pypi_0 pypi pyqt5 5.15.11 pypi_0 pypi pyqt5-qt5 5.15.15 pypi_0 pypi pyqt5-sip 12.15.0 pypi_0 pypi pyrr 0.10.3 pypi_0 pypi python 3.8.0 h357f687_5 conda-forge python-dateutil 2.9.0.post0 pypi_0 pypi pytorch-lightning 1.5.7 pypi_0 pypi pywavelets 1.4.1 pypi_0 pypi pyyaml 6.0.2 pypi_0 pypi pyzmq 24.0.1 pypi_0 pypi readline 8.2 h8228510_1 conda-forge requests 2.32.3 pypi_0 pypi requests-oauthlib 2.0.0 pypi_0 pypi roma 1.5.1 pypi_0 pypi rsa 4.9 pypi_0 pypi scikit-image 0.19.3 pypi_0 pypi scikit-video 1.1.11 pypi_0 pypi scipy 1.10.1 pypi_0 pypi setuptools 75.3.0 pyhd8ed1ab_0 conda-forge six 1.16.0 pypi_0 pypi smplx 0.1.28 pypi_0 pypi sqlite 3.46.0 h6d4b2fc_0 conda-forge stack-data 0.6.3 pypi_0 pypi sympy 1.13.3 pypi_0 pypi tabulate 0.9.0 pypi_0 pypi tensorboard 2.14.0 pypi_0 pypi tensorboard-data-server 0.7.2 pypi_0 pypi termcolor 2.4.0 pypi_0 pypi tifffile 2023.7.10 pypi_0 pypi tinycudann 1.7 pypi_0 pypi tk 8.6.13 noxft_h4845f30_101 conda-forge torch 1.13.1+cu116 pypi_0 pypi torchmetrics 1.5.2 pypi_0 pypi torchvision 0.14.1+cu116 pypi_0 pypi tornado 6.4.1 pypi_0 pypi tqdm 4.67.0 pypi_0 pypi traitlets 5.14.3 pypi_0 pypi trimesh 3.23.5 pypi_0 pypi triton 3.0.0 pypi_0 pypi typing-extensions 4.12.2 pypi_0 pypi typing-inspect 0.9.0 pypi_0 pypi urllib3 2.2.3 pypi_0 pypi usd-core 23.5 pypi_0 pypi wcwidth 0.2.13 pypi_0 pypi websockets 13.1 pypi_0 pypi werkzeug 3.0.6 pypi_0 pypi wheel 0.45.0 pyhd8ed1ab_0 conda-forge widgetsnbextension 4.0.13 pypi_0 pypi wrapt 1.16.0 pypi_0 pypi xz 5.2.6 h166bdaf_0 conda-forge yacs 0.1.8 pypi_0 pypi yarl 1.15.2 pypi_0 pypi zipp 3.20.2 pypi_0 pypi zlib 1.2.13 h4ab18f5_6 conda-forge Can you help me?