AntyRia
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,报错...
### 问题确认 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.  你们 EnergonAI仓库的示例们: Examples from your EnergonAI repository:  大多数都采用了过时的写法,比如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:  