-
Hi. Thank you for the great repo. I have followed instructions to installation and usage of ABCNet and everything have gone well. But the problem is when I run the demo I got the following error:
'Be…
-
**Describe the bug**
I keep getting Scalene error: received signal SIGSEGV
**To Reproduce**
Steps to reproduce the behavior:
scalene test.py --reduced-profile
```
# Copyright (c) Facebook, Inc…
-
My system: ubuntu18.04 and RTX2080 card
I want to use tensorRT accelerate FCOS model execution, so I followed this steps:
1 mkdir fcos && cd fcos
2 git clone https://github.com/aim-uofa/Adel…
-
[](url)
-
BoxInst is a really nice job!
In your paper, you did an extension experiment which is a semi-supervised instance segmentation task. I wonder if there is a handy way to reproduce those results shown i…
njuxx updated
3 years ago
-
When I run the following command it stopped with errors
$ docker build -t cudaad https://github.com/aim-uofa/AdelaiDet/raw/master/docker/Dockerfile
Err:24 https://developer.download.nvidia.cn/co…
-
`assert torch.__version__.startswith("1.7")`
`!pip install detectron2 -f `
`https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.7/index.html`
`clear_output()`
---…
-
If you do not know the root cause of the problem, please post according to this template:
## Instructions To Reproduce the Issue:
Hello, I'm running the CondInst model which is based on detectron2…
-
I got pretty decent result, but not sure how to visualize the result.
| AP | AP50 | AP75 | APs | APm | APl |
|:------:|:------:|:------:|:-----:|:-----:|:------:|
| 87.370 | 99.010 …
-
When training BlendMask with gpu_num=1, torch.__version__=1.6
In adet/layers/conv_with_kaiming_uniform.py line44: get_norm(norm, out_channels)
In this function, when env.TORCH_VERSION > (1, 5), as I…