retinamask icon indicating copy to clipboard operation
retinamask copied to clipboard

RetinaMask

Results 11 retinamask issues
Sort by recently updated
recently updated
newest added

## ❓ Questions and Help Hi~ I want to train the model on CPU, but how to implement the sigmoid_focalloss?

## 🐛 Bug Hi, Thanks for sharing, I'm training on a custom dataset using `python tools/train_net.py --config-file ./configs/retina/retinanet_mask_R-50-FPN_2x_adjust_std011_ms.yaml SOLVER.IMS_PER_BATCH 2 SOLVER.MAX_ITER 180000 SOLVER.STEPS "(90000, 120000)"` But after few iteration, I...

## ❓ Questions and Help Because of the epidemic,I still can't go back to University to use GPU.And could it work on cpu? It would be appreciated if you reply...

Hello, quick question, will this repository ever be updated to Detectron2? I've seen the changes over the original maskrcnn benchmark repo and it seems it's very similar to the new...

As mentioned in the paper "Thus, the number of mask proposals is (100+Gt) during training.", I am wondering whether including the GT mask for training mask head could increase accuracy?

Hi, since I tested maskrcnn-benchmark with resnet50 maskrcnn it was about 15fps fastest on GTX 1080 ti. Which means it's about 66ms per frame. Why does one stage Retina as...

## ❓ Questions and Help I'm confused by the `AdjustSmoothL1Loss` using `running_mean-running_var` in the paper. Running mean and running_var have different dimensional quantity. Subtracting has no meaning on them. e.g.,...

Thanks for integrating retinanet into maskrcnn. Does there any plan to post some speed evaluation using retinanet in maskrcnn architecture? That would be great if maskrcnn runs realtime (15fps both...