Jiacong Fang

Results 11 issues of Jiacong Fang

Feature Request: Add an convert operation for pipeline to convert a mode of an image Pillow 4.2 deprecated saving 'RGBA' mode as JPEG file: https://github.com/python-pillow/Pillow/issues/2609, which results exceptions when saving...

I converted the YOLOv5s model and deployed it with DeepStream. However, when I try to do the same with YOLOv5m, there's no bbox in the output. Could anyone reproduce this...

I was converting [yolov5](https://github.com/ultralytics/yolov5/pull/1127) int8 TFLite model to EdgeTPU, but LeakyRelu and Hardswish ops are not supported. (https://github.com/ultralytics/yolov5/pull/959) ![](https://user-images.githubusercontent.com/3896992/99060706-5f305280-25db-11eb-8c70-c0febd919ff2.png) LeakyRelu and Hardswish is the major part of CPU operations (8+51=59...

type:feature
comp:compiler
comp:model

Hello, I am recently searching for a C library implementing 2D CWT. I found this repo implements 1D CWT and 2D/1D DWT. Would you add support for 2D CWT? Is...

I have been using SMPL-based projects continually, such as SURREAL, HMR/HMMR. I found it's convenient to inspect SMPL in 3D software (e.g. Blender and Maya) by FBX model . I...

### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### YOLOv8 Component Detection ### Bug I encountered this bug when I...

bug

### Motivation and context In https://github.com/opencv/cvat/blob/b7cc5627daa04958ed045e4b3fe9fd68ec3c9e01/cvat/apps/iam/rules/tasks.rego#L29-L41, `resource` has a `project` `id` field according to the comment. But in https://github.com/opencv/cvat/blob/b7cc5627daa04958ed045e4b3fe9fd68ec3c9e01/cvat/apps/iam/permissions.py#L1035-L1052, there is no corresponding `project` `id` field. This PR adds the...

This PR adds the command line completion for git revision range, e.g.: ``` :Gclog master..origin/feature :Gclog master...origin/master ```

请问可以给个ascend昇腾npu推理的例子吗?[官方文档](https://modelbox-ai.com/modelbox-book/cases/cases.html)只有cpu和cuda的例子。

### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce After...

bug