-
Maybe I do not understand blending right...
I have two svg with shapes of different colors.
```svg
```
- They all are in Stack.
- I apply colorBlendMode: BlendMode.color to each or an…
-
I have trained BlendMask successfully over the past few weeks. However when I wanna train SOLOv2, I got an error:
[07/05 11:08:10 adet.trainer]: Starting training from iteration 0
/home/mima_1/ana…
-
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…
-
I met assert len(class_names)==precisions.shape[2] cococ_evaluation.py error in instance segmentation task
when testing on CiondInst model,But I don't meet it when using BlendMask.
Why?How to solve
-
hi, I want to ask how to load your model to finetune on other datasets?
I want to use BlendMask to finetune with loading your finished checkpoint, but I didn't find how to load your checkpoint.
And…
-
Running result of demo/demo.py:
[11/16 21:14:27 detectron2]: ../test_img/8/x2.tif: detected 100 instances in 3.65s
Hello, when the number of instances in the test picture I used exceeds 100, the r…
-
I was able to train the blendmask and inference the model on my custom dataset which is prepared in coco format. The segmentation was good but the class_name on the bounding box was still person and b…
-
Hellow, Author, Thank you for your code! During Traing the Blendmask, I have some question about the model parameters. The detectron2's resnet101 bias are all False, but the imagenet pretrain model R…
-
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'…
-
[03/25 09:58:22 detectron2]: load Model:
../../../data/DCIS/exp_pth/FCOS_R_50_1x.pth
Traceback (most recent call last):
File "onnx/export_model_to_onnx.py", line 302, in
main()
File "onn…