1 Star 0 Fork 0

irishcoffeeguo/smart-social-distancing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config-coral.ini 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
Json 提交于 2020-07-31 10:00 . Replaced video sample to softbio
[App]
VideoPath = /repo/data/softbio_vid.mp4
Resolution = 640,480
Encoder = videoconvert ! video/x-raw,format=I420 ! x264enc speed-preset=ultrafast
[API]
Host = 0.0.0.0
Port = 8000
[CORE]
Host = 0.0.0.0
QueuePort = 8010
QueueAuthKey = shibalba
[Detector]
; Supported devices: Jetson , EdgeTPU, Dummy, x86
Device = EdgeTPU
; Detector's Name can be either "mobilenet_ssd_v2", "pedestrian_ssd_mobilenet_v2" or "pedestrian_ssdlite_mobilenet_v2"
; the first one is trained on COCO dataset and next two are trained on Oxford Town Center dataset to detect pedestrians
Name = mobilenet_ssd_v2
;ImageSize should be 3 numbers seperated by commas, no spaces: 300,300,3
ImageSize = 300,300,3
ModelPath =
ClassID = 0
MinScore = 0.25
[PostProcessor]
MaxTrackFrame = 5
NMSThreshold = 0.98
; distance threshold for smart distancing in (cm)
DistThreshold = 150
; ditance mesurement method, CenterPointsDistance: compare center of pedestrian boxes together, FourCornerPointsDistance: compare four corresponding points of pedestrian boxes and get the minimum of them.
DistMethod = CenterPointsDistance
[Logger]
Name = csv_logger
TimeInterval = 0.5
LogDirectory = /repo/data/web_gui/static/data
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/irishcoffeeguo/smart-social-distancing.git
git@gitee.com:irishcoffeeguo/smart-social-distancing.git
irishcoffeeguo
smart-social-distancing
smart-social-distancing
master

搜索帮助