Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (38 loc) · 773 Bytes

README.md

File metadata and controls

48 lines (38 loc) · 773 Bytes

cv_toolbox

简介

计算机视觉工具箱

  • 亮度/对比度调整
  • 风格迁移
  • Sift 尺度不变特征检测
  • Harris 角点检测
  • 全景拼接(Panorama Stitching)
  • 目标检测
  • 补充

运行

前端
npm install tyarn
cd cv_front
tyarn
yarn start
// build
npm run build
后端
//python 3.6.9
cd cv_backend
pip install flask
pip install werkzeug
pip install flask_cors 
pip install opencv-python==3.4.4.19
pip install opencv-contrib-python==3.4.2.16
pip install matplotlib==2.2.3
pip install torch==1.2.0
pip install torchvision==0.4.0
pip install tensorflow==1.13.1
pip install pillow==5.2.0
python3 -m pip install tqdm==4.26.0
sudo apt-get install python3-tk 
python myproject.py