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
Can you please post the versions of the libraries that are listed in the requirements.txt file? I am running into an issue with using the demo.ipynb as I get an issue loading the vit base model in the cell below "Load the pre-trained weights of DOFA base model" (in the import statement "from models_dwv import vit_base_patch16")
Specifically the error is "ModuleNotFoundError: No module named 'util'". I have kornia, numpy, rasterio, timm, and torch all in my environment. I am wondering if it may be an issue with which version of timm I am on, as timm is the only library in that list that has a built in function for sin/cos based 2d positional embeddings (as far as I am aware).
This is the full error message:
The text was updated successfully, but these errors were encountered:
Hi there. Very cool work!
Can you please post the versions of the libraries that are listed in the requirements.txt file? I am running into an issue with using the demo.ipynb as I get an issue loading the vit base model in the cell below "Load the pre-trained weights of DOFA base model" (in the import statement "from models_dwv import vit_base_patch16")
Specifically the error is "ModuleNotFoundError: No module named 'util'". I have kornia, numpy, rasterio, timm, and torch all in my environment. I am wondering if it may be an issue with which version of timm I am on, as timm is the only library in that list that has a built in function for sin/cos based 2d positional embeddings (as far as I am aware).
This is the full error message:

The text was updated successfully, but these errors were encountered: