You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thank you for using our model, I believe that the main problem is that idisc is not in the pythonpath.
You should do something like export PYTHONPATH="<IDISC-REPO_PATH>:${PYTHONPATH}" before running the model (where <IDISC-REPO_PATH> is the to idisc dir like $HOME/Workspace/idisc).
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.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.
The text was updated successfully, but these errors were encountered: