This repository has been archived on 2022-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
NJIT-2021GXS-Detection/sh/deploy.sh
2022-03-02 19:32:08 +08:00

12 lines
378 B
Bash

#!/usr/bin/env zsh
SRC=/Users/licsber/Coding/Python/2021工训赛/
DST=192.168.1.102:/home/licsber/gx/
rsync -rtvzhP $SRC $DST --delete-after --exclude "venv/" --exclude "__pycache__/" --exclude "*.onnx" --exclude "*.engine" --exclude ".git/"
SRC=/Users/licsber/datasets/工训赛/models/
cd "$SRC" || exit
rsync -rtvzhP ssd-mobilenet.onnx $DST
rsync -rtvzhP labels.txt $DST