Downloading and Converting Models
Because TensorRT has changed, the model conversion script also requires a minor modification. Open the models converting.sh conversion script.
1 min read · English documentationBecause TensorRT has changed, the model-conversion script also requires a minor modification. Open the models-converting.sh conversion script.

The original line is:
cd /usr/src/tensorrt/bin/
Change it to the following because the TensorRT installation location and version have changed:
cd /home/amov/TensorRT-8.6.1.6/bin

# After completing the steps above and saving the file, run the following commands to convert the models.
cd ~/SpireCV/scripts/common
chmod +x models-downloading.sh && ./models-downloading.sh
chmod +x models-converting.sh && ./models-converting.sh
If downloads are slow, you can download our bundled package from Baidu Netdisk: Model library: https://pan.baidu.com/s/1ZD4iBh2_kl3OqD-d8qcgVQ?pwd=7opt
