#29 支持自定义输入分辨率和置信度

Open
created 1 year ago by kevin_dx · 1 comments
kevin_dx commented 1 year ago
支持检测模型用户自定义输入图片尺寸和置信度以获得不同的半自动结果;如yolov5是默认640*640,但是训练是多尺度训练的,可以扩大输入尺寸获得好的结果,缩小尺寸提升速度
HYL commented 1 year ago
function bodyZoom() { // 获当前电脑分率下的可视区城宽度 const windowwidth = wndow.screen.availwidth // 获当前览器下的可视区域宽度let const visiblewidth = document,documentElement,clientwidth newZoom = visiblewidth if (visiblewidth > 150){ // 分母,设计稿的尺寸 newZoom = windowwidth / 1920 }else{ newZoom = 1 // 制html的body百分比宽度 document.body.style.zoom = newZoom }
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.