hxuaj
hxuaj
Hi, I found it very confusing when read about the notations in SHAP chapter. Here are the details: * In chapter 9.6.1, the SHAP explanation is definded with a function...
- 镜像版本registry.baidubce.com/paddlepaddle/fastdeploy:1.0.7-gpu-cuda11.4-trt8.5-21.10 -【系统平台】: Linux x64 -【硬件】: Nvidia T4, Driver Version: 545.23.06 在跑示例文档https://github.com/PaddlePaddle/FastDeploy/blob/develop/examples/vision/detection/paddledetection/serving/README_CN.md 部署ppyoloe在服务端时,遇到了返回结果异常的情况(从结果里看似乎是没有nms或者过滤低score的bbox)。 ``` tm: name: "INPUT" datatype: "UINT8" shape: -1 shape: -1 shape: -1 shape: 3 output_name: DET_RESULT {'boxes':...
### What happened + What you expected to happen Hi, I'm new to nixtla. When I was trying to run the example code in official tutorial on my local machine(Linux,...
你好, 之前使用的是Label-studio,想请问X-AnyLabeling是否支持如下类似的功能: * 软件本体安装于远程服务器 * 可以多人同时线上在不同终端对同一project中的图片进行标注
Update the installation guide with anaconda, specified the Python version due to psycopg2 problem mentioned in https://github.com/heartexlabs/label-studio/issues/3907. ### PR fulfills these requirements - [ ] Commit message(s) and PR title...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 我在使用ppyoloer训练旋转框目标检测模型时发现目标框体旋转角度近似0度时的框体角度拟合程度很差。相比较有一定角度的目标框拟合却没什么问题。TrainerReader中的配置如下: ```yaml TrainReader: sample_transforms: - Decode: {}...
### Description of the bug | 错误描述 在使用官网安装文档中的docker快速部署时发生了报错。 ```bash wget https://github.com/opendatalab/MinerU/raw/master/Dockerfile docker build -t mineru:latest . docker run --rm -it --gpus=all mineru:latest /bin/bash magic-pdf --help ``` 报错信息如下: ```bash 576.7 ERROR:...