Guanbin Huang

Results 31 comments of Guanbin Huang

the class infer under TRT is not thread-safe. But the class infer in yolo is thread-safe. Check the the design in yolo. TRT 下的infer 不是线程安全 但是yolo 下的infer 下是线程安全 所以如果想要考虑线程安全 可以参考yolo...

Me too, if you could release the source code, it would be so nice of you ~

diffusers 0.15.0 transformers 4.28.1 Python 3.8.5 (default, Sep 4 2020, 07:30:14) [GCC 7.3.0] :: Anaconda, Inc. on linux torch 1.11.0 it worked on my case.

i also tryied this ./isaac-sim.gym.sh --ext-folder /home/lr/OmniIsaacGymEnvs

I follow your advice and I run the following command: after i modify the omni.isaac.sim.gym.kit, i use the pip install -e . (not sure it's used for updating the pkg?)...

I already uninstall the old version and install the latest version(this is what you name "Hot Fix" isaac sim release.) and I git clone the lastest version of omniverse isaac...

even i'm using the the latest version. I still got the errors: No module named "psutils and six" ![Uploading image.png…]()

I managed to fix the bug in a very hardcode way as followed for each failed script due to lack of psutil or six 1. first i make sure which...

> @kellyguo11 Hi I face with the same problem as like above. I'm using Window 11 with Isaac Sim 2023.1.0-hotfix.1. I've tried both 2023.1.0 and 2023.1.0-hotfix.1 and the result was...