-
run: python projects/CenterNet2/demo.py --config-file projects/CenterNet2/configs/CenterNet2_R2-101-DCN-BiFPN_4x+4x_1560_ST.yaml --opts MODEL.WEIGHTS models/CenterNet2_R2-101-DCN-BiFPN_4x+4x_1560_ST.p…
-
```python
# 注册模块类
def register(cls):
"""
注册给定的模块类
Args:
cls (type): Module class to be registered.
Returns: cls
"""
if cls.__name__ in global_config:
…
-
如果出的话,大概是什么时候呢?
MrWcy updated
2 years ago
-
biFPN: https://arxiv.org/pdf/1911.09070.pdf
This feature had been implemented by Official code: https://github.com/ultralytics/yolov5/blob/master/models/hub/yolov5-bifpn.yaml
-
@feiyuhuahuo thanks for sharing the code base, do u think we can increase the performance of yolact by using BiFPN , PAnetFPN, Panoptic FPN in the network ??
-
Hello everyone,
while exporting efficientdet with _identity_resizer_ using exporter_main_v2.py, I'm facing the following error:
```
Exception has occurred: ValueError
in user code:
[/tr…
-
Dear author,
I make sure I have installed detectron2==0.1.0 properly (apply_net works with pretrained models). However, when I run train net I get the following error:
Command:
python train_net…
-
-
I am getting this error when try to run on gpu using colab but working fine on CPU. I am using **tensorflow-gpu=2.7.0**
**Error is following:**
2021-12-27 13:00:13.558557: E tensorflow/stream_exec…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
(I use TensorFlow …