python3 -m venv venv
source venv/bin/activatepip install -r requirements.txtpip install torch-scatter -f https://data.pyg.org/whl/torch-2.2.0+cu121.html- Download from google drive the link https://drive.google.com/drive/folders/1MOwFXA9mtj0lVOT3v0SHXYMlNG234ETC?usp=sharing
- Unzip all the zip files in the directory
After unzip the storage directory looks like the below image:
The cache directory looks like this:
Notice there are some error in this step like the python can not identify custom module.
The solution is to open terminal and activate virtual environment again
source venv/bin/activateChange to the running directory:
cd sastvd/scriptspython sastvd/scripts/main.py
