ZhengHeZhe
ZhengHeZhe
roi的问题
你好 我想问下,我在训练的时候出现这个问题,基本检测不到目标,看了生成的anchor是没有问题的,但是却出现了这个问题,你知道这是怎么回事吗?改怎么修改呀 
你好 我想问下你在SCRDet里面的损失函数里面包括RPN的loss吗,你论文里的total_loss=rpn_total_loss+iou_smoothL1_loss+attention_loss+ fastrcnn_cls_loss 我这样理解不知道对不对
train.py
The following error occurred while running train.py. Can anyone give me some advice? Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/ops/control_flow_ops.py", line 2084, in cond nest.assert_same_structure(orig_res_t, orig_res_f) File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/util/nest.py", line 183,...
在训练的时候,有的跑几十个step有时候跑几百个就卡顿了,也不报错也没有继续运行,在win10下跑的,这是为什么,怎么解决这个问题呀,求助
Can this project run on Windows?
Hi~ May I ask why you set the α1,α2 and α3 in the “we first produce multiple context features with different scales of (α1 ×S, α2 ×S, .., αn ×S)...