-
**Is your feature request related to a problem? Please describe.**
Detectron2 and AdelaiDet are now both fairly outdated.
I've created issues on both repos asking if they are being maintained and i…
-
Hi,
I am using AdelaiDet + detectron2 on HPC and keep running into issues to due having to use old dependencies.
Is detectron2 still actively maintained?
Could it be updated to support more …
-
Hi,
I am using AdelaiDet + detectron2 on HPC and keep running into issues to due having to use old dependencies.
Is AdelaiDet still actively maintained?
Could it be updated to support more rece…
-
running build_ext
error: [WinError 2] 系统找不到指定的文件。
-
Hi,
So I have noticed a recurrent issue with using nvidia-container.
I was trying to build AdelaitDET and mmsegmentation and those got the same error about not being able to find some torch library…
-
Hello, when I run the demo.py I only get this response:
/home/ipbv/.conda/envs/boxinst/bin/python /home/ipbv/AdelaiDet/demo/demo.py
Traceback (most recent call last):
File "/home/ipbv/AdelaiDet…
-
Hello, I have follwoing error to test BlendMask model.
Can anyone give me solution please?
~~~shell
python demo/demo.py \
> --config-file configs/BlendMask/R_101_dcni3_5x.yaml \
> --inp…
-
```
Traceback (most recent call last):
File "tools/train_net.py", line 229, in
args=(args,),
File "/home/brian/AdelaiDet/detectron2/detectron2/engine/launch.py", line 62, in launch
…
-
I encountered a view error when trying the BlendMask demo with 5x model. Replacing view, with reshape appears to have fixed the issue.
`RuntimeError: view size is not compatible with input tensor'…
-
my environment is
**CUDA version : 10.1
NVIDIA (R) Cuda compiler driver :10.1
python version : 3.7.9
torch version : 1.6.0
gcc version : 5.4.0**
I was running **python setup.py bui…