4 Star 14 Fork 7

百温 / 人工智能车辆检测项目

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

使用说明

单辆车检测

python ./Single_Classify.py --pic=./pic/test.jpg 命令行输出结果

多辆车检测

python ./Mutiply_Classify.py --pic=./pic/test.jpg 输出的图片保存在 ./output_images文件夹下

CamGrad检测

下载 vgg16_weights.npz https://www.cs.toronto.edu/~frossard/vgg16/vgg16_weights.npz

下载 vgg16.npy 链接:https://pan.baidu.com/s/1tbeZgYEbuQYdSAcdmrX-fg 密码:bh96

将下载好的vgg16_weights.npz和vgg16.npy文件放到VGG文件夹中

python CamGrad_Classify.py --pic=./pic/test.jpg 输出的图片保存在 ./output_images文件夹下

运行QT界面

python ./Main.py

Empty file

About

Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Python
1
https://gitee.com/HundredReview/AICarDetectProject.git
git@gitee.com:HundredReview/AICarDetectProject.git
HundredReview
AICarDetectProject
人工智能车辆检测项目
master

Search