Alexandre Naaim
Alexandre Naaim
Problem might be similar to #3035 in the end.
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...
I saw that it was in your to do list at the end of the read me. I might try to have a look.
I will have a look at it on Monday.
@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...
As I request annoying stuff, I should make it ^^
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":...