-
I found that in SparseR-CNN/projects/SparseRCNN/sparsercnn/util/plot_utils.py has function names plot_logs, I want to plot logs, but I can't find log, how can I do that?
-
Hi! Thanks for opensourcing your code.
I am currently trying to reproduce your code, but I encountered some problems:
I don't know how to run your code? Could you please provide complete training a…
-
from detrex.layers import MLP, box_cxcywh_to_xyxy, box_xyxy_to_cxcywh
from detrex.utils import inverse_sigmoid
from detectron2.modeling import detector_postprocess
from detectron2.structures import…
-
代码:model = AutoModelForSequenceClassification.from_pretrained(checkpoint)
运行报错缺少配置文件
ValueError: Unrecognized model in XXX. **Should have a `model_type` key in its config.json**, or contain one of t…
-
Hello, do you have any code for Inference image/video on C++?
-
## 🚀 Feature
Frequently re-used losses that can be added to bolts.
### Motivation
Writing Losses is quite repetitive. PyTorch supports losses which are written with deep interoperability with C…
-
Hi @fangyixiao18 @Jiahao000 @YuanLiuuuuuu @scnuhealthy, happy mid-Autumn Festival~
Thanks for reporting the unexpected results and we appreciate it a lot.
**Checklist**
1. I have searched rel…
-
Thank you for your great work. Does this algorithm and repo support multi-class as well?
-
Hi there, I have a question about the mask after padding. Just like in DETR, if an image is calculated by padding and backbone, it can get an h*w feature map, where the sensitivity field of each featu…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…