sparshgarg23

Results 64 comments of sparshgarg23

I am facing the same issue.Wanted to know if you were able to resolve it?

not sure why it's giving me unrecognized argument error.I tried resuming on dab_detr mmdetection and mmdetection3d and was able to resume training. I know you guys are busy but would...

thanks for replying.In order to resume ,i am assuming that I should have the working directory folder with all the contents such as log file,scalar.json as well as the previous...

I had to make changes in both the configuration as well as the original inference code.

seems the issue is still happening .On running the code on colab i am getting the error No module named 'torchvision.transforms.functional_tensor

@lauriebax 404 page not found

thanks does ondl work on current colab environment.right now i have to switch to python 3.11 to get torch 2.1

i tested it right now on running the below commands !pip install -U openmim !mim install "mmengine>=0.7.0" !mim install "mmcv>=2.0.0rc4" I am getting the error invalid pk g ImpImporter error,which...

this is the error i am getting ``` Traceback (most recent call last): File "/usr/local/bin/mim", line 5, in from mim.cli import cli File "/usr/local/lib/python3.12/dist-packages/mim/__init__.py", line 10, in import setuptools #...

I am currently working on my own experiment.While i was able to get the main library running after downgrading i noticed something curious. In order to get it working you...