Skip to content

Releases: breezedeus/CnSTD

Fix: some formats of models require fixed-size input images

22 Jun 15:30
7de2abb
Compare
Choose a tag to compare

Update 2024.06.22:发布 V1.2.4.2

Major Changes:

  • Added a new parameter static_resized_shape when initializing YoloDetector, which is used to resize the input image to a fixed size. Some formats of models require fixed-size input images during inference, such as CoreML.

主要变更:

  • YoloDetector 初始化时加入了参数 static_resized_shape, 用于把输入图片 resize 为固定大小。某些格式的模型在推理时需要固定大小的输入图片,如 CoreML

fix: a bug in the detect method of YoloDetector

17 Jun 14:23
86fa231
Compare
Choose a tag to compare

Update 2024.06.17:发布 V1.2.4.1

Major Changes:

  • Fixed a bug in the detect method of YoloDetector: when the input is a single file, the output is not a double-layer nested list.

主要变更:

  • 修复了 YoloDetectordetect 方法的一个bug:输入为单个文件时,输出不是双层嵌套的 list。

Support for YOLO Detector based on Ultralytics.

16 Jun 15:35
0637533
Compare
Choose a tag to compare

Update 2024.06.16:发布 V1.2.4

Major Changes:

  • Support for YOLO Detector based on Ultralytics.

主要变更:

  • 支持基于 Ultralytics 的 YOLO Detector。

V1.2.3.6: 修改默认的模型下载方式

10 Apr 14:02
a7b1056
Compare
Choose a tag to compare

Update 2024.04.10:发布 V1.2.3.6

主要变更:

  • CN OSS 不可用了,默认下载模型地址由 CN 改为 HF

use environment variable to determine the download source for models

09 Oct 07:34
b064e3a
Compare
Choose a tag to compare

Main Changes:

  1. Added support for the CNSTD_DOWNLOAD_SOURCE environment variable to determine the download source for models. The default source is the Aliyun OSS address.

  2. In LayoutAnalyzer, introduced two new parameters, model_categories and model_arch_yaml, to specify the list of model categories and model architectures.

adapt with the new version of ORT

23 Sep 01:50
160a866
Compare
Choose a tag to compare

support env variable 'HF_TOKEN' to download files from private repos

21 Sep 03:30
5549b02
Compare
Choose a tag to compare

fix device value

02 Jul 12:52
259e8ba
Compare
Choose a tag to compare
Merge pull request #61 from breezedeus/pytorch

fix device value

fix: clip the results

01 Jul 15:20
40dd181
Compare
Choose a tag to compare
Merge pull request #60 from breezedeus/pytorch

fix: clip the results

use hf_hub_download to download model files from huggingface

30 Jun 04:40
d46df69
Compare
Choose a tag to compare
Merge pull request #59 from breezedeus/pytorch

use hf_hub_download to download model files from huggingface