jaffe

Results 12 issues of jaffe

WARNING:root:Setting up a new session... 0it [00:00, ?it/s] Traceback (most recent call last): File "main.py", line 147, in fire.Fire() File "C:\Users\admin\Anaconda3\lib\site-packages\fire\core.py", line 138, in Fire component_trace = _Fire(component, args, parsed_flag_args,...

`if random.random() < 0.5: im, text_polys = data_aug.horizontal_flip(im, text_polys) if random.random() < 0.5: im, text_polys = data_aug.random_rotate_img_bbox(im, text_polys, degrees)` 小于0.5要进行两次操作?

找不到BiLstm模型,请问是删除了吗?

### 提交前必须检查以下项目 | The following items must be checked before submission - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 | Make sure you are using the latest code from the repository (git pull), some...

#### What type of PR is this? /kind documentation #### What this PR does / why we need it: I have tested in my BC Linux #### Which issue(s) this...

/kind feature **Describe the solution you'd like** Hope add [https://github.com/xorbitsai/inference](https://github.com/xorbitsai/inference) as the kserve huggingface LLMs serving runtime Xorbits Inference(Xinference) is a powerful and versatile library designed to serve language, speech...

kind/feature
kserve/llm

### Feature request / 功能建议 Qwen2-Audio, which is capable of accepting audio and text inputs and generating text outputs. Qwen2-Audio has the following features: - Voice Chat: for the first...

feature

已经把/librknnrt.so 放到 `/usr/lib/`下了, 但是运行 model_zoo 中的 yolo11, 依然去 `/usr/lib64` 下找,可是 盒子中就没有一个 /usr/lib64 文件夹 只有一个 `/usr/lib` 这怎么搞

yolov8 的obb 输入是1024的但是模型仓库中的是640, yolov11 的obb 能否直接用yolov8的呢