-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…
-
Thanks u very much! but how do I see the AP50/AP50-95 for each class of datasets in validation process?
-
### Feature request
Able to log individual losses returned as dict.
### Motivation
I have multiple losses that are being added to form a combined loss. I want to log all these individual loss…
-
I am not sure why this will be produced after I try to load the weights. I have been stuck on this for a month and have no idea how to solve this issue.
![image](https://user-images.githubuserconten…
-
Hello,
I am trying to export a densepose model to TorchScript format for deployment. From [this](https://detectron2.readthedocs.io/en/latest/tutorials/deployment.html) tutorial I understand that the …
-
Thansk,
we have learned a lot from your excellent work,
we train the MaskDINO on a self-built datasets containing 2000 images,
after 40000 iters,
the metrics are nearly
AP,AP50,AP75,APs,APm,APl
…
-
Hello,
I was wondering if someone managed to write a notebook for training DETR on a custom dataset.
I saw the issue #9 but there is a lot of messages and nobody provided a complete solution for w…
-
In the [HungarianMatcher](https://github.com/IDEA-Research/detrex/blob/main/detrex/modeling/matcher/matcher.py#:~:text=%5B%3A%2C%20tgt_ids%5D-,elif%20self.cost_class_type%20%3D%3D%20%22focal_loss_cost…
-
大佬您好,
我最近在复现您的这篇文章,我使用您提供的配置文件在8张T4上训练dancetrack,每个epoch时长竟然需要2天左右,这是正常的吗?
配置文件如下:
--meta_arch motr_unincost
--dataset_file e2e_dance
--epoch 20
--with_box_refine
--lr_drop 8
--lr 2e-4
--lr_b…
-
When I tried to run the training, it raises an error for missing `model_type` key in config.json.
The training script I used is the one in the `run-ccp.sh`:
``` bash
outdir=runs/CCP
model_cfg=da…