Instructions to obtain TRANCOS models
May 7, 2021 ยท View on GitHub
-
Download the pre-trained models using the TRANCOS dataset. Direct link
-
Untar
tar -zxvf trancos_ccnn.caffemodel.tar.gz -
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
- Clean
rm trancos_ccnn.caffemodel.tar.gz