-
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?
-
Using the following config, I ran a random picture on ABCNet, a quick inference though, nothing changes significantly.
```
!python demo/demo.py \
--config-file configs/BAText/TotalText/attn_…
innat updated
4 years ago
-
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!
-
1.why your code can change my CUDA environment variable? my company server cannot use tf anymore.
2.why I cannot del AdelaiDet file on my company server ?it like a computer virus.
3.Please tell me w…
-
I'm interested in this work, but I don’t know much about the task of instance segmentation, and I don't have a very clear understanding of the following questions:
1. How to determine the actual numb…
-
(base) ctjai@ctjai-System-Product-Name:~/ocr/文本检测/AdelaiDet$ python demo/demo1.py --config-file configs/BAText/TotalText/attn_R_50.yaml --input ./image/011.png --output ./result/ --opts MODEL.WEIGHTS …
-
Hi, may I ask two questions about multi-scale implementation in your code please?
1. Is the implementation of scale the same as the description in your paper? As I noticed class `Scale` is always i…
-
I want to have CPU support for inference of ABCNet, I notice that it's not supported. I find a solution by adding one condition in ATTPredictor class (attn_predictor.py)
I take back the MODEL.DEVIC…
-
ModuleNotFoundError: No module named 'detectron2'
-
Hi, where can i download the Bezier Curve Synthetic Dataset which is mentioned in the original paper [ABCNet](https://arxiv.org/abs/2002.10200)