cascade_rcnn_gluon icon indicating copy to clipboard operation
cascade_rcnn_gluon copied to clipboard

File "scripts/detection/cascade_rcnn/train_cascade_rcnn.py", line 409 cls_pred, box_pred, *sample_data = cascade_rcnn_stage

Open sheldon606 opened this issue 6 years ago • 0 comments

SyntaxError: invalid syntax

cls_pred, box_pred, *sample_data = cascade_rcnn_stage

It shows that *sample_data has invalid syntax, how can i fix it ?

Thx a lot

sheldon606 avatar Sep 17 '18 01:09 sheldon606