-
Thank you for the novel idea for instance segmentation. It's great!
Mask RCNN like methods is really not elegent.
Yet I have a question. In the paper, you explain the low mAP on mask is largely due…
-
Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests a…
-
hi,
I am fairly new to tensorflow and object detection, however I am trying to get TF2.0+ working.
I am trying to run: python object_detection/builders/model_builder_tf2_test.py
WARNING:root:…
-
## ❔Question
Hi!Thank you for your wonderful work.
Will yoloV5 support BiFPN in the future?
## Additional context
-
Dear authors:
Thank you again.
Could you kindly share the Mobile-RCNN (A) BiFPN yaml configs? ~~
-
when i use this config"configs/fcos/fcos_r50_caffe_fpn_4x4_1x_coco.py",
if i set optimizer =
optimizer = dict(type='SGD', lr=0.01,paramwise_cfg=dict(bias_lr_mult=2., bias_decay_mult=0.,bypass_dupli…
-
Hi, in this [paper](https://arxiv.org/pdf/2006.09214.pdf) BiFPN is used to boost the performance. I want to ask will the inference time be increased? And will you release these models in this repo? Th…
-
What's the quickest way to change the backbones in this repo and applying some Attention machanisim ?
How to make it more easier to do pruning in this repo?
-
**I used the following command for testing TF 2 Object Detection API Installation**
```
# From within TensorFlow/models/research/
python object_detection/builders/model_builder_tf2_test.py
```
Py…
-
I'm getting the following error when trying to import bert_models repository
![image](https://user-images.githubusercontent.com/44329080/66584755-8f850200-eb3a-11e9-98e6-2f8812472c9b.png)
Seems …