# YOLOv3 auto-detect webapi for [VoTT 2.2.2](https://github.com/12343954/VoTT)
- feat: Automatically annotate images via YOLOv3 auto-detect webapi (with [AlexeyAB](https://github.com/AlexeyAB/darknet)'s YOLOv3 `yolo_cpp_dll.dll` which written in 2019, the fastest YOLO on RTX20 series graphics cards, 30+ fps)
[https://www.youtube.com/watch?v=ajZxjAxAqNk](https://www.youtube.com/watch?v=ajZxjAxAqNk)
shortcut key⌨: Q
- webapi : http://localhost:50505/api/YOLOv3/detect/${image_path} , only accept local image path
```
nvidia-smi
Driver Version: 456.71 CUDA Version: 11.1
nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Wed_Oct_23_19:32:27_Pacific_Daylight_Time_2019
Cuda compilation tools, release 10.2, V10.2.89
cuDnn 10.2
```
- json result:
```
{
eta: 28, // ms
diff: 0, // means no coincident recognition(green toast)
n, // means duplicate detection (yellow toast),
detect: [{
id, // detection index
x,y,w,h,
obj_id, obj_name, prob, // max prob
obj_IDs: [ // the same region, order by prob desc
{obj_id, obj_name, prob},
...
]
},
...
]
}
```
- feat: Highlight the region on mouse enter each row in yolo detection dialog
- fix: Remove the last toast immediately, and show the next toast with result smoothly, avoid occluding the main UI

<hr />

智慧安全方案
- 粉丝: 3928
最新资源
- 用于Matlab和Scilab的EPICS信道接入接口_Wrapper。_EPICS Channel-Access In
- 与matlab相同_same as matlab.zip
- C经验传递函数估计(ETFE)类似于MATLAB tfestimate、pwelch和cpsd_C++ Empirica
- kernel-5.10.0-222.0.0.121.oe2203sp4.x86-64.rpm
- 电子商务平台合作协议范本最新整理版.doc
- 2019年Java实训报告总结与心得.doc
- 数据库课程设计方案报告.doc
- 新教材人教a版选择性必修第二册5.2.2导数的四则运算法则课件4.pptx
- 物联网网络层安全教材.ppt
- 读取并保存Matlab.mat文件_Read and Save Matlab .mat file for C++.zip
- CVPR中的长期相关性跟踪代码。_The codes for Long-Term Correlation Trackin
- springboot024基于SpringBoot的企业客户管理系统(源码+lw+部署文档+讲解等)
- 一个简单的计算机代数系统实现,模仿Matlab的一小部分。_A simple computer algebra syst
- kernel-5.10.0-223.0.0.122.oe2203sp4.x86-64.rpm
- 基于分段仿射线性Mumford-Shah模型(也称为仿射线性Potts模型)的图像分割(color_gray_multi
- 某服装网站策划方案.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


