-
Detectron 2 API is changing rapidly so it would be nice for you guys to specify the commit hash for detectron2 just in case.
-
I used SOLOV2 to train my own data set, but it is not very effective in detecting small targets. Two images with only small targets are used for training, but the same image is still not detected when…
-
12/11 11:43:01 d2.data.build]: Using training sampler TrainingSampler
[12/11 11:43:01 d2.data.common]: Serializing 117266 elements to byte tensors and concatenating them all ...
[12/11 11:43:05 d2.d…
-
作者你好,我跑了demo,2GB显存跑不起来提示显存不够,可以在哪改成CPU吗?或者在哪改batch?
-
![000001](https://user-images.githubusercontent.com/22028727/91164969-82491580-e702-11ea-835a-d0ea5ab05cc5.jpg)
![000001](https://user-images.githubusercontent.com/22028727/91165027-95f47c00-e702-11e…
-
i want to get a segmentation video by blendmask,work but it do not write video
q@shy-imrs: ~/AdelaiDet$ python3 demo/demo.py --config-file configs/BlendMask/R_101_dcni3_5x.yaml --video-in…
-
I am using CondInst for Instance Segmentation on a custom dataset.
I am also using detectron2 from the commit id mentioned in the README.
This is my error log.
```
Traceback (most recent call …
-
hello ,
I've tried exporting configs/SOLOv2/R50_3x.yaml to onnx using onnx/export_model_to_onnx.py
failed with :
/home/ubuntu/anaconda3/envs/pytorch_latest_p37/lib/python3.7/site-packages/torch…
-
Hi, I'd like to train with different language datasets, such as Chinese, Korean, and Japanese, so I have to change the character set rather than the default setting.
Some detectron based models giv…
-
I haven’t found the ADQ method related code in the project. Haven’t I uploaded it yet?