[Feature] 前端实现场景分类功能 & [Style] 规范代码风格#21
Merged
Bobholamovic merged 5 commits intoPaddleCV-SIG:developfrom Sep 26, 2022
jscslld:feature/classification
Merged
[Feature] 前端实现场景分类功能 & [Style] 规范代码风格#21Bobholamovic merged 5 commits intoPaddleCV-SIG:developfrom jscslld:feature/classification
Bobholamovic merged 5 commits intoPaddleCV-SIG:developfrom
jscslld:feature/classification
Conversation
1. 前端实现场景分类功能 2. 移除不必要的依赖,使得CI可以在Node.js 16.x下通过
Member
Bobholamovic
left a comment
There was a problem hiding this comment.
算法&后端部分基本OK。有两个想法:
- 滑窗尺寸和步长后续是否可以做成可调的?
- 滑窗推理可以使用PaddleRS原生的
slider_predict()方法。
前端部分请 @yibaikuai review~
| # 设置滑窗大小与滑动步长 | ||
| WINDOW_SIZE = 256 | ||
| STRIDE = 128 | ||
| STRIDE = 256 |
Member
There was a problem hiding this comment.
后续可以考虑把滑窗大小和步长设置为可调的,因为用户导出的模型不一定接受这个大小的输入。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.