Installation
First you will need to download the last version of TSSFinder software. It includes:
- TSSFinder command line tools
- Some pre-trained models
Install TSSFinder using Docker
- Install Docker
- Get the command line tools here
- Get the pre-trained models here
- and unzip them
After installing, check your installation:
- Open a terminal window
- Go to the instalation directory
- Type
./tssfinder --help
and hit <return>
. It should list all TSSFinder’s running options.
Install TSSFinder using precompiled binaries (Linux only)
- Get the command line tools here
- Get the pre-trained models here
- and unzip them
After installing, check your installation:
- Open a terminal window
- Go to the instalation directory
- Type
./tssfinder --help
and hit <return>
. It should list all TSSFinder’s running options.