-
![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…
-
Could sem used in CondInst apply on SOLO V2 theoretically?
-
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 …
-
@tianzhi0549 Hello, When I use the file onnx/export_model_to_onnx.py encountered a question I don't understand.
When outputting the CondInst onnx, dynamic_mask_head part used as post-processing? W…
-
I use the script as follows to convert pth to onnx.
```
python onnx/export_model_to_onnx.py \
--config-file configs/CondInst/MS_R_50_BiFPN_3x_sem.yaml\
--output output/CondInst_MS_R_50_BiF…
-
Hi, I converted the MOT data set to the coco data set format, the configuration of the training code is as follows:
![capture_20201015125122223](https://user-images.githubusercontent.com/22028727/9…
-
hello, according to paper mask nms can slightly improve result,but how to set the config file to use it?
-
Hi~ @tianzhi0549
I am trying to implement to rel. coord. in the CondInst.
```
For location of interest (x, y) on the input image:
x_range = torch.arange(W_mask)
y_range = torch.arange(H_…
-
[12/11 22:09:15 adet.trainer]: Starting training from iteration 0
Traceback (most recent call last):
File "C:\Users\lin\Desktop\Cross_custom_dataset\tools\train_net.py", line 235, in
args=(a…
-
Hi, I have trained a CondInst without detector version, which will not concat detections before DynamicMaskHead.
it works well, however, DynamicMaskHead actually consume n_insts and mask_feats as wel…