Alexandre Naaim

Results 23 comments of Alexandre Naaim

code used : ```shell conda create --name demo_install_openmmlab python=3.8 -y conda activate demo_install_openmmlab conda install pytorch torchvision -c pytorch pip install -U openmim mim install mmengine mim install "mmcv>=2.0.1" ```...

Small question is there any pre compiled package for Pytorch 2.2 ? If yes, by default currerntly it seems that it is the pytorch 2.2 that is installed when using...

Might be able to help :) As suggested above, your pipeline help our lab setting our marker-less pipeline so would be good to help you too. Not sure if i...

@davidpagnon (some answer in your message) Thank you Alex for this pull request! It works great, however I ran into two small issues: - I had to explicitly add import...

Would probably look like something like this : ```python # Question to check if user ok user_input = input("Are you satisfied with this point? (yes/no): ") if user_input.lower() == "yes":...