-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: optimize preprocess (#227)
* build(deps-dev): bump vitepress from 1.0.0-rc.40 to 1.0.0-rc.44 Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.0-rc.40 to 1.0.0-rc.44. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v1.0.0-rc.40...v1.0.0-rc.44) --- updated-dependencies: - dependency-name: vitepress dependency-type: direct:development update-type: version-update:semver-patch ... * feat: add support for sensor data classification * build(deps-dev): bump vitepress from 1.0.0-rc.44 to 1.0.1 Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.0-rc.44 to 1.0.1. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v1.0.0-rc.44...v1.0.1) --- updated-dependencies: - dependency-name: vitepress dependency-type: direct:development update-type: version-update:semver-patch ... * build(deps-dev): bump vitepress from 1.0.1 to 1.1.4 Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.1 to 1.1.4. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v1.0.1...v1.1.4) --- updated-dependencies: - dependency-name: vitepress dependency-type: direct:development update-type: version-update:semver-minor ... * refactor: async copy between device and cpu * refactor: async copy in data preprocess * refactor: cached mosaic * refactor: replace transform modules from mmyolo * chore: register modified modules * chore: update configs * fix: epochs --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: LynnL4 <[email protected]> Co-authored-by: nullptr <nullptr@localhost> Co-authored-by: Hongtai Liu <[email protected]>
- Loading branch information
1 parent
f67a9a8
commit 9fdfde3
Showing
24 changed files
with
2,587 additions
and
561 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
configs/accelerometer/3axes_accelerometer_62.5Hz_1s_classify.py
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Copyright (c) Seeed Technology Co.,Ltd. All rights reserved. | ||
|
||
_base_ = './base.py' | ||
|
||
default_scope = 'sscma' | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.