nikepupu
nikepupu
'OvercookedEnvironment' object has no attribute 'game' I run the code with the following command as instructed: python main.py --num-agents 3 --level full-divider_tl --model1 up --model2 dc --model3 bd It seems...
It seems objectNames have changed from thor2.1.0 to higher versions like 2.5.0 . However, I do need the functionality of 2.5.0 to get boundingBox information. Is there a way to...
Do you recommend me to interpolate the output or change the kernel size or padding size in the network?
Fatal Python error: Segmentation fault Current thread 0x00007fa8c84e1b80 (most recent call first): File "/home/nikepupu/.local/share/ov/pkg/isaac_sim-2023.1.0/extsPhysics/omni.physx.ui-105.1.9-5.1/omni/physxui/scripts/physxProgressView.py", line 47 in _on_progress_settings_changed File "/home/nikepupu/.local/share/ov/pkg/isaac_sim-2023.1.0/exts/omni.isaac.core/omni/isaac/core/simulation_context/simulation_context.py", line 479 in render File "/home/nikepupu/.local/share/ov/pkg/isaac_sim-2023.1.0/exts/omni.isaac.core/omni/isaac/core/simulation_context/simulation_context.py", line 561 in play...
Following errors occurred while validating the challenge config: 403 Client Error: Forbidden for url: https://eval.ai/api/challenges/challenge/challenge_host_team/xxxx/create_or_update_github_challenge/ There was an error while creating an issue: 404 {"message": "Not Found", "documentation_url": "https://docs.github.com/rest/repos/repos#get-a-repository"} What...
full log: [INFO] OpenXR initialized using pybind11 interface OpenXR API layers (0) OpenXR extensions (15) |-- XR_KHR_vulkan_enable |-- XR_KHR_vulkan_enable2 |-- XR_KHR_opengl_enable | (requested) |-- XR_KHR_binding_modification |-- XR_VALVE_analog_threshold |-- XR_EXT_hand_tracking |--...
https://github.com/RyannDaGreat/Diffusion-Illusions/blob/c82d2694c12ce0ef8c95eb0e5543af21b8629da6/rotation_overlays_for_colab.ipynb In this colab, there might be an issue with print('Bottom image:') rp.display_image(rp.as_numpy_image(factor_base())) print('Top image:') rp.display_image(rp.as_numpy_image(factor_rotator())) It seems factor_base() and factor_rotator() are not defined.