-
https://github.com/IDEA-Research/detrex/tree/main/projects/focus_detr has the implementation of focus-detr in detrex(based on detectron2). Are you planning to support it in mmdet3.x and when?
-
Hi Authors,
Thank you for the great effort. Any plans to including LVIS models in the model zoo? Further, is it possible to use the LVIS models from the parent directory in this repo (e.g. the EVA-…
-
你好!感谢您的帮助。
是这样的,我看了很久这个detrex,里面的配置文件以及里面的超参数我老是找不到(请问有解决办法吗),就凭感觉改了一下,出现了下面的信息:
`WARNING [12/11 00:35:18 fvcore.common.checkpoint]: The checkpoint state_dict contains keys that are not used by …
-
run python -m pip install -e detectron2
have a error
![image](https://github.com/IDEA-Research/detrex/assets/67264004/7d4a0ded-ed22-4c17-b350-c85c531ea1d8)
-
感谢你开源这项很棒的工作。我在本地安装APE执行以下命令时报错
```shell
pip3 install -r requirements.txt
```
报错 “无法访问 'https://github.com/facebookresearch/detectron2/':Failed to connect to github.com port 443: 连接超时” ,如果我使用梯子,pi…
-
When enable wandb, it encounters an error from the following line:
https://github.com/IDEA-Research/detrex/blob/b42b0e1c7b47a4d32f2fd18d0b6dced41a8ab8a5/detrex/utils/events.py#L38.
It seems that the…
-
How can I use a custom dataset for training?
I have made the data in COCO2017 format, but the number of classes and class names are different from COCO, which file should I change?
-
hello, I cant reproduce dino with R101 backbone. I only got 47.15 total AP without same config.
https://github.com/IDEA-Research/detrex/blob/main/projects/dino/configs/dino_r101_4scale_12ep.py
-
Dear Authors, thanks for sharing high performance models.
I am reading through the DINO model code and get some questions below. Could you please help me?
1. Is the num_classes = actual_num_clas…
-
Traceback (most recent call last):
File "tools/train_net.py", line 313, in
args=(args,),
File "/home/ubuntu/detrex/detectron2/detectron2/engine/launch.py", line 82, in launch
main_fun…