Skip to content

I forgot to fork the repo of LineVD project at first so I create this repository to store the current work, I will add the original work link at the readme file

License

Notifications You must be signed in to change notification settings

iseT1enLoc/LineVDFork

Repository files navigation

Setup instruction

Virtual environment setup

python3 -m venv venv
source venv/bin/activate

Install packages

pip install -r requirements.txt
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.2.0+cu121.html

Data setup

  1. Download from google drive the link https://drive.google.com/drive/folders/1MOwFXA9mtj0lVOT3v0SHXYMlNG234ETC?usp=sharing
  2. Unzip all the zip files in the directory

After unzip the storage directory looks like the below image:

image.png

The cache directory looks like this:

image.png

Training model

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/activate

Change to the running directory:

cd sastvd/scripts
python sastvd/scripts/main.py

About

I forgot to fork the repo of LineVD project at first so I create this repository to store the current work, I will add the original work link at the readme file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published