AntyRia

Results 23 issues of AntyRia

请问是否可以提供模型已经支持的标签名称

Thank you for your efforts!! I would like to ask if this whole image segmentation can get the label of each split block, or if there is any good solution...

I wanted to use this project to implement a simple demo: use mbtb32_as-500k_spec checkpoint, enter a spectrogram, and print the result, but I found that this checkpoint is not in...

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 场景描述:使用pp-yolove+,现在有一个新的已标注的数据集(共两个类:people类、handheld类),其中handheld类不在原来coco的80类中。因此想要新增这个类别。想咨询一下针对这种情况,我应该如何配置预训练模型,最终我想实现的目标是只识别people类和handheld类,其他类识别不了无所谓。 目前尝试:python tools/train.py -c configs/ppyoloe/ppyoloe_plus_crn_l_80e_coco.yml --eval --amp,报错...

question

### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report. ### Bug组件 Bug Component Deploy ### Bug描述 Describe the Bug 我在arm开发板,NPU设备,执行如下网址的2.1.1操作[https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.7/deploy/lite/README.md](https://github.com/PaddlePaddle/Paddle/issues/url) 当执行到这一步...

hi, thanks for your contribution and sharing, I ran into some issues when I tried to use it locally.So can you provide an example of how to use it? I...

My machine: 2 machines with different ips and 2 available Gpus on each machine When I use the multigpu_torchrun.py example, when I pass these two directives: `torchrun --nproc_per_node=2 --nnodes=2 --node_rank=0...

@ver217 你好,我是在slack上按照你们同事的指引,来联系你提交一些问题。 Hi, I am contacting you to submit some questions according to the guidelines of your colleagues on slack. ![image](https://github.com/hpcaitech/EnergonAI/assets/75578545/b3ee61bc-cef9-4aa8-8e7b-9f0592270288) 你们 EnergonAI仓库的示例们: Examples from your EnergonAI repository: ![image](https://github.com/hpcaitech/EnergonAI/assets/75578545/593233ce-4b59-45ea-8263-3dceed535c29) 大多数都采用了过时的写法,比如vit:...

Hello, I would like to consult how to use torch.jit.trace to save the model

I want to consult how to convert the model Cnn14_mAP=0.431 to onnx format. I use the following way, but the conversion has been unsuccessful. code: ![image](https://github.com/qiuqiangkong/audioset_tagging_cnn/assets/75578545/fa14beed-6df6-4067-892b-6718f920e446) ![image](https://github.com/qiuqiangkong/audioset_tagging_cnn/assets/75578545/fdf7f31e-d252-4d0e-b9b3-5a876dffed87)