Hello,
I am working on cascade detector ,
like resnet10 cascaded with yolo detector,
but there were always a cuda memory problem,
I have read all the developper guide,
and found that the "Secondary gie mode " is designed for object detect (not full frame),
and the demo dtest1~dtest4 always use the secondary gie like :
…detect–> classifier1 → classifier2 —> classifier3–>…
and so on,
so I want to know if the secondary detector is supported by now,
and where is the demo resnet10 detected network could be got, I want to retrain it,
Any message is appreciated!