by Xuesong Leng, Xiaxia Wang, Wenbo Yue, Jianxiu Jin, Guoping Xu*
Ubuntu 22.04 Conda Environment Setup
conda create -n STFA python=3.10
conda activate STFA
Install Pytorch == 2.0.0(depends on your NVIDIA driver and you can see your compatible CUDA version at the right hand corner in nvidia-smi)
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
python train_STFA.py
python test_fully.py