idisc icon indicating copy to clipboard operation
idisc copied to clipboard

"ModuleNotFoundError: No module named 'idisc'" when running test.py

Open AvidahRai opened this issue 1 year ago • 3 comments

Hi thank you for your wonderful work and the zoo. I was performing benchmark evals on SOTA MDE models for my dissertation.

I tried to replicate your work in Google Colab (instead of conda) and when I run !python ./scripts/test.py --model-file ./idisc_nyu_resnet101.pt --config-file ./configs/nyu/nyu_r101.json --base-path ../temp/datasets I get an error.

Traceback (most recent call last):
  File "/content/idisc/./scripts/test.py", line 14, in <module>
    import idisc.dataloders as custom_dataset
ModuleNotFoundError: No module named 'idisc'

I dont know why this is happening. My suspicion is !bash ./make.sh is this because it threw low of exceptions but said "Finished processing dependencies for MultiScaleDeformableAttention==1.0 ".

Your help is greatly appreciated.

AvidahRai avatar Jul 30 '23 12:07 AvidahRai