-
When adapting [Mask2Former](https://github.com/facebookresearch/Mask2Former) to Pytorch-ROCm, I am facing a `MIOpen Error: /.../data/driver/MLOpen/src/sqlite_db.cpp:209: Internal error while accessing…
-
Is it possible to run inference on a Detectron2 model using MyCaffe?
-
Despite the fact that I cloned the detectoron2 repository
Traceback (most recent call last):
File "D:\Python\VisionGRIT\GRiT\demo.py", line 9, in
from detectron2.config import get_cfg
Mod…
-
### 🐛 Describe the bug
This issue is detected in CI for PR: [#124715](https://github.com/pytorch/pytorch/pull/124715), which only occurs when freezing flag on.
Error Log: [CI [Log]](https://githu…
-
Hi bytedance,
I was trying to reproduce the evaluation result of Cityscapes in the paper (test only table 2).
I have done the necessary setup.
When I try to run > python train_net.py \
--co…
-
The experimental results obtained during reproduction show significant differences compared to those reported in the paper. Experiments were conducted for 1/5/10-shot and full settings, and it was fou…
-
3090/a100 operating environment Driver Version: 495.29.05 CUDA Version: 11.5
conda create -n querydet python=3.7 -y
source activate querydet
pip3 install torch==1.9.0+cu111 torchvision==0…
-
It looks like detectron2 can no longer be installed. This is on a fresh CVD project:
```
Installing collected packages: detectron2
Running setup.py develop for detectron2
fatal: destination …
-
ModuleNotFoundError: No module named 'detectron2'
-
IKEA_ASM_Dataset-master/instance-segmentation/detectron2/layers/deform_conv.py", line 10, in
import detectron2._C as _C
ModuleNotFoundError: No module named 'detectron2._C
I encountered this i…