-
So the training works but when i tested with an image i didnt get any segmented region or predictions.
anyone has an idea on why ?
some log when i try to evaluate it :
```
Some model paramete…
-
Hi, thanks for sharing the code. I need to run BlendMask DLA_34_4x without GPU, so I tried to use the following command:
```
python demo/demo.py --config-file configs/BlendMask/DLA_34_syncbn_4x.yaml…
-
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…
-
```
Traceback (most recent call last):
File "tools/train_net.py", line 243, in
args=(args,),
File "/home/wangqinyu/detectron2/detectron2/engine/launch.py", line 59, in launch
daemon=…
-
[](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
-
**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…
-
`assert torch.__version__.startswith("1.7")`
`!pip install detectron2 -f `
`https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.7/index.html`
`clear_output()`
---…
-
Traceback (most recent call last):
File "demo/demo.py", line 90, in
predictions, visualized_output = demo.run_on_image(img)
File "/Micla/Project/AdelaiDet/demo/predictor.py", line 77, in r…
-
I got pretty decent result, but not sure how to visualize the result.
| AP | AP50 | AP75 | APs | APm | APl |
|:------:|:------:|:------:|:-----:|:-----:|:------:|
| 87.370 | 99.010 …