- 28 Sep, 2025 1 commit
-
-
gushiqiao authored
-
- 27 Sep, 2025 1 commit
-
-
gushiqiao authored
-
- 25 Sep, 2025 4 commits
-
-
gushiqiao authored
-
gushiqiao authored
-
Yang Yong (雍洋) authored
-
Yang Yong (雍洋) authored
-
- 24 Sep, 2025 4 commits
-
-
helloyongyang authored
-
sandy authored
Co-authored-by:
PengGao <peng.gaoc@gmail.com> Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by:
Yang Yong (雍洋) <yongyang1030@163.com>
-
Watebear authored
-
gushiqiao authored
-
- 23 Sep, 2025 2 commits
- 22 Sep, 2025 4 commits
-
-
Yang Yong (雍洋) authored
-
helloyongyang authored
-
Yang Yong(雍洋) authored
-
LiangLiu authored
update deploy --------- Co-authored-by:
liuliang1 <liuliang1@sensetime.com> Co-authored-by:
qinxinyi <qinxinyi@sensetime.com> Co-authored-by:
Yang Yong(雍洋) <yongyang1030@163.com>
-
- 20 Sep, 2025 1 commit
-
-
gushiqiao authored
-
- 18 Sep, 2025 5 commits
- 16 Sep, 2025 7 commits
-
-
gushiqiao authored
-
PengGao authored
Remove unused ProcessManager and TensorTransporter classes from utils.py; eliminate request_queue initialization in TorchrunInferenceWorker.
-
gushiqiao authored
-
PengGao authored
Co-authored-by:Yang Yong(雍洋) <yongyang1030@163.com>
-
LiangLiu authored
deploy update --------- Co-authored-by:
liuliang1 <liuliang1@sensetime.com> Co-authored-by:
qinxinyi <qinxinyi@sensetime.com>
-
gushiqiao authored
-
gushiqiao authored
-
- 15 Sep, 2025 6 commits
-
-
Yang Yong(雍洋) authored
-
Watebear authored
-
Yang Yong(雍洋) authored
-
gushiqiao authored
-
Zhuguanyu Wu authored
-
gushiqiao authored
-
- 13 Sep, 2025 2 commits
-
-
helloyongyang authored
-
PengGao authored
…nt task after broadcasting. Handle exceptions when clearing task event. ## Contributing Guidelines We have prepared a `pre-commit` hook to enforce consistent code formatting across the project. If your code complies with the standards, you should not see any errors, you can clean up your code following the steps below: 1. Install the required dependencies: ```shell pip install ruff pre-commit ``` 2. Then, run the following command before commit: ```shell pre-commit run --all-files ``` 3. Finally, please double-check your code to ensure it complies with the following additional specifications as much as possible: - Avoid hard-coding local paths: Make sure your submissions do not include hard-coded local paths, as these paths are specific to individual development environments and can cause compatibility issues. Use relative paths or configuration files instead. - Clear error handling: Implement clear error-handling mechanisms in your code so that error messages can accurately indicate the location of the problem, possible causes, and suggested solutions, facilitating quick debugging. - Detailed comments and documentation: Add comments to complex code sections and provide comprehensive documentation to explain the functionality of the code, input-output requirements, and potential error scenarios. Thank you for your contributions!
-
- 12 Sep, 2025 1 commit
-
-
Yang Yong(雍洋) authored
## Contributing Guidelines We have prepared a `pre-commit` hook to enforce consistent code formatting across the project. If your code complies with the standards, you should not see any errors, you can clean up your code following the steps below: 1. Install the required dependencies: ```shell pip install ruff pre-commit ``` 2. Then, run the following command before commit: ```shell pre-commit run --all-files ``` 3. Finally, please double-check your code to ensure it complies with the following additional specifications as much as possible: - Avoid hard-coding local paths: Make sure your submissions do not include hard-coded local paths, as these paths are specific to individual development environments and can cause compatibility issues. Use relative paths or configuration files instead. - Clear error handling: Implement clear error-handling mechanisms in your code so that error messages can accurately indicate the location of the problem, possible causes, and suggested solutions, facilitating quick debugging. - Detailed comments and documentation: Add comments to complex code sections and provide comprehensive documentation to explain the functionality of the code, input-output requirements, and potential error scenarios. Thank you for your contributions! --------- Co-authored-by:gushiqiao <975033167@qq.com>
-
- 11 Sep, 2025 1 commit
-
-
sandy authored
-
- 05 Sep, 2025 1 commit
-
-
PengGao authored
Enhance isotropic crop and resize functionality to support both single and multiple frame inputs. Introduce 'fixed_min_side' resize mode for improved aspect ratio handling based on specified resolutions. (#293)
-