-
Hello,
I've trained a mask rcnn model on mmdetection on costum data.The model finished training but when I tried to do inference and visualize the output I got this error that mask rcnn have no attri…
-
I want to use DetectorRS HTC r50 with my dataset have one class follow coco dataset. I try to follow the tutorial on website when set, (I try faster RCNN follow tutorial and it worked for me)
model …
-
Hi, I noted that for the 4 object detection frameworks in your paper, you use the same lr setting: AdamW with lr=0.0001. But the base lr settings for them are different.
Cascade mask r-cnn: SGD with …
-
cascade_mask_rcnn_dcnv2_se154_vd_fpn_gn_s1x 等模型给的权重并非pdparams或者__model__的格式,我用如下方法转换,导出的模型并不能产生任何预测结果,请问正确做法如何?
checkpoint.load_params(
exe, train_prog, cfg.pretrain_weights, ignor…
-
-
环境:
硬件信息
当前环境高级版
切换环境
CPU
4
RAM
32GB
GPU
v100
显存
16GB
磁盘
100GB
环境配置
Python版本
python3.7
框架版本
PaddlePaddle 1.8.0
------------------------------------------
Python Call Stacks (More…
-
https://github.com/open-mmlab/mmdetection/blob/dbc6b67446d3898461d0a5d5cef7d112e710db0a/mmdet/models/roi_heads/roi_extractors/single_level_roi_extractor.py#L9-L20
On L19, I think the type of featma…
-
Hi, I read FairMOT tracker [codes](https://github.com/ifzhang/FairMOT/blob/ca63d27f19e8d2170b84edb80cc2dc348c3dcd5a/src/lib/tracker/multitracker.py#L245), it's more like deepsort rather than MOTDT you…
-
Hello, I am using your open source code to identify the picture table。I'm using this config file(dcn/db_cascade_mask_rcnn_x101_fpn_dconv_c3-c5_1x_coco.py) and checkpoint file(tablebank_sota.pth)。But t…
-
训练cascade RCNN,执行命令:
```
python -m torch.distributed.launch --nproc_per_node=8 --master_port=29500 tools/train.py /home/mmdetection_for_common_ocr/custom/configs/co/zxx_anchor.py --launcher pytorch …