S
物联网-视频抽帧,图片识别

The repository for this project is empty

You can add a file  or do a push via the command line.

Command line instructions

Git global setup
git config --global user.name "Your name"
git config --global user.email "your@email.com"
Create a new repository
mkdir smartiot-image-recognition
cd smartiot-image-recognition
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin http://gitlab1.renniting.cn/JCSS/smartiot-image-recognition.git
git push -u origin master
Push an existing Git repository
cd existing_git_repo
git remote add origin http://gitlab1.renniting.cn/JCSS/smartiot-image-recognition.git
git push -u origin master