nanodet icon indicating copy to clipboard operation
nanodet copied to clipboard

A question about the implemention of ghost-pan

Open imaginistLi opened this issue 2 years ago • 0 comments

I find a strange code fragment of nanodet/model/fpn/ghost_pan.py from line 215 to 218.

feat_heigh = inner_outs[0]
feat_low = inputs[idx - 1]

inner_outs[0] = feat_heigh

What dose this mean?
feat_heigh = inner_outs[0] inner_outs[0] = feat_heigh

imaginistLi avatar May 05 '22 11:05 imaginistLi