Instructions to obtain TRANCOS models

May 7, 2021 ยท View on GitHub

  1. Download the pre-trained models using the TRANCOS dataset. Direct link

  2. Untar tar -zxvf trancos_ccnn.caffemodel.tar.gz

  3. Create the needed directory and the move file with the pre-trained model on it.

mkdir models/pretrained_models/trancos/ccnn
mv trancos_ccnn.caffemodel models/pretrained_models/trancos/ccnn
  1. Clean rm trancos_ccnn.caffemodel.tar.gz