-
Hi, thanks for your great work!
But when I run the ABCNet demo, it occurred an error.
Just for a simple test, I use the my own dataset, following your demo command:
```
python demo/demo.py \
…
-
Hi, I am really interested in the GFL work. I would want to know your implementation detail about GFL in FCOS. I have tested the QFL in FCOS, but I couldn't get the results in paper. FCOS_R_50_1x with…
-
Hi, I am training with custom datasets, following this [issue](https://github.com/aim-uofa/AdelaiDet/issues/100#issuecomment-644056170).
@shuangyichen @Yuliang-Liu Running train_net.py use command…
-
Hi~ @Epiphqny
Thanks for your code ~ I run your code and have some questions about your implementation.
1. The mask tower part is not consist with the paper.
https://github.com/Epiphqny/CondInst…
-
Traceback (most recent call last):
File "/AdelaiDet/tools/train_net.py", line 243, in
args=(args,),
File "/detectron2/detectron2/engine/launch.py", line 62, in launch
main_func(*args)…
-
https://github.com/aim-uofa/AdelaiDet/blob/master/datasets/README.md#text-recognition
Here, Syntext-150k (Part1: 94,723 and Part2: 54,327) are those samples, that you mentioned in the paper. You cr…
-
@Yuliang-Liu @stan-haochen
Thank you for open-sourcing your hard work,
Regarding the ABCNet implementation in Detectron2, when do you expect releasing that.
Also, further documentation on how to…
ghost updated
4 years ago
-
Any experiments and comparasion between MEInst with resnet50 backbone and other models with same?
-
https://github.com/aim-uofa/AdelaiDet/blob/0b51e7e4e9fdb55e681856a0694b2e1fa261b149/adet/modeling/fcos/fcos.py#L175-L181
FCOS_imprv adds GN in the prediction branches. Is it better to set bias=False?
-
Hello, the MEInst is a good work, the paper says that the code is available at https://git.io/AdelaiDet, but I don't find it in the link. When will the code be released? Thank you!