François Porcher

Results 4 comments of François Porcher

Also pip install terminal tables does not solve the issue because then there are other libraries (pycocotools, six, etc..)

It does not work.. I still get the error: Traceback (most recent call last): Traceback (most recent call last): File "/private/home/francoisporcher/WeakSupSeg/francois-semi-supervised/Co-DETR/tools/test.py", line 15, in File "/private/home/francoisporcher/WeakSupSeg/francois-semi-supervised/Co-DETR/tools/test.py", line 15, in from...

So I tried these commands (all ran from the Co-DETR/ folder, right?): conda create --name codetr python=3.10 -y; conda activate codetr; conda install -y pytorch=1.11.0 torchvision torchaudio cudatoolkit=11.5 -c pytorch...

Using "mujoco>=3.2.6" instead of "mujoco==3.2.6" in robocasa/setup.py seems to work