-
in AdelaiDet/adet/layers/csrc/BezierAlign/BezierAlign_cpu.cpp,
`for (int iy = 0; iy < iy_upper; iy++)
{
const T yy = y_center - (T)0.5 * bin_size_h + static_cast(iy + .5f) * bin_size…
-
environment:
RTX 3070
ubuntu18.04 +cuda11.0+cudnn v8.0+torch 1.7
I am following here :https://github.com/facebookresearch/detectron2/blob/master/INSTALL.md install Detectron2.I choose this m…
-
Thanks for making this great work open source.
but I have trained 255K steps from scratch , and the totaltext hmean is always 0. (Use 8 GPUS,Pretrain/testr_r50.yaml and all the parameters are def…
-
https://github.com/aim-uofa/AdelaiDet/blob/7e4c503fce1765b9eeaa65422d40a39fb358fde6/adet/modeling/condinst/mask_branch.py#L71-L84
How much is the influence on performance for this operation?
-
I am using CondInst for instance segmentation task.
The batchsize is 3 with 3 GPUs, I evaluate the model after a certain number of iterations, in the training stage, this is the use of GPU memory, wh…
-
https://github.com/aim-uofa/AdelaiDet/blob/0157227f966eda93c1299a402537b616207ba226/adet/utils/comm.py#L17-L39
What is the benefit of the complecated aligned_bilinear function? Why do we need the p…
-
Traceback (most recent call last):
File "tools/train_net.py", line 237, in
launch(
File "/root/anaconda3/lib/python3.8/site-packages/detectron2/engine/launch.py", line 62, in launch
m…
-
我看到FCOS的两个版本的论文 都引用了你的 code 地址
https://github.com/aim-uofa/AdelaiDet/blob/master/configs/FCOS-Detection/README.md
-
I used this script to run the demo, but this error occurred:
script:
`python demo/demo.py \
--config-file configs/BAText/CTW1500/attn_R_50.yaml \
--input datasets/CTW1500/ctwtest_text_imag…
-
```
python tools/train_net.py \
--config-file configs/FCOS-Detection/R_50_1x.yaml \
--eval-only \
--num-gpus 2 \
OUTPUT_DIR training_dir/fcos_R_50_1x \
MODEL.WEIGHTS traini…