-
I followed QuickStart in BlendMask's README.
```bask
wget -O blendmask_r101_dcni3_5x.pth https://cloudstor.aarnet.edu.au/plus/s/vbnKnQtaGlw8TKv/download
python demo/demo.py \
--config-file con…
-
https://github.com/Epiphqny/CondInst/blob/4a519c12b7be83f86b3d75c62cf3a87a9dec31a7/fcos/modeling/fcos/fcos_outputs.py#L366
The default bilinear in PyTorch is not aligned, which might much degrade the…
-
**results of pretrained model mit_b5_1x.pth on COCO val set are not good.Here is my command:**
`python projects/EntitySeg/train_net.py --config-file projects/EntitySeg/configs/entity_mit_b5_1x.…
-
Hi there, thanks for your work! It looks very interesting and i would like to test it out, however I keep running into the same problem when testing the visualization script and wondering if you could…
-
I encounter a problem when i reproduce your code.
in ./adet/modeling/ssis/condinst.py line 96 in forward
loss_mask,loss_asso_mask,asso_offset_losses, loss_maskiou, association_masks_loss = self._f…
-
https://github.com/aim-uofa/AdelaiDet/blob/a559ab542cfde73337b0c91f72bd51de208a74ae/adet/modeling/condinst/mask_branch.py#L34-L51
Hi @tianzhi0549, I wonder whether the weights initialization for th…
-
I am trying to build AdelaiDet from source but I keep getting these errors. When i run python setup.py build develop, the error is as follows:
'''
running build
running build_py
running build_ext
…
-
I am using CondInst for instance segmentation task.
The batchsize is 3 with 3 GPUs, I evaluate the model after a certain number of iterations, in the training stage, this is the use of GPU memory, wh…
-
I followed the steps described in https://github.com/open-mmlab/mmdetection/blob/master/docs/2_new_data_model.md to train mask rcnn model on my clothes dataset. I created the annotation .json files, l…
-
Hi, I am getting results like:
```
[04/30 07:23:01 d2.evaluation.coco_evaluation]: Evaluation results for bbox:
| AP | AP50 | AP75 | APs | APm | APl |
|:------:|:------:|:------:|…