-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection/issues) and [Discussions](https://github.com/open-mmlab/mmdetection/discussions) but cannot get the expecte…
-
Hello, I'm running the CondInst model which is based on detectron2.
When I was testing, I wanted to see how post-processing worked, but the code I wrote in the forward() method of didn't execute. I …
-
I ran into this error while training on my own training set.
The number of iterations trained is different for each error report.
` File "/fast/jupyter/BoxTeacher/projects/BoxTeacher/train_net_my…
-
When I reproduced CondInst, the results were different from those provided in the paper.
I train the ResNet50-Condinst for 90K iterations with batch size 16 on 4 3090 GPUs.
The results were as follo…
-
Great project. Will the SparseInst algorithm continue to be updated, it seems incomplete?
-
When I open adet/modeling/condinst/dynamic_mask_head.py and adet/modeling/condinst/register_lidar_annotations.py on Windows, I find that these two files are corrupted:
`%TSD-Header-###%�ewzc{Iv��t�+�…
-
How do you handle waymo instance annotations? I use waymo dataset to train the condinst and boxinst on mmdet2.x. But boxinst's mAP is higher then condisnt mAP.I suspect I mishandled the instance annot…
-
Hi authors!
Thank you for releasing this amazing work!
# What I did
I'm trying to use the pretrained weight for a quick demo of ScanNet val (lightweight). I've downloaded the pretrained checkpoin…
-
This issue describes the development requirement of a feature we wish to collaborate with the community. In this issue, we welcome the community developers to participate in the development of the Con…
-
您好,我在CondInst上使用自己的数据集训练后,loss正常下降,但训练结束后,模型完全没有检测能力,请问是什么情况?