DetectionTeamUCAS / Cascade_FPN_Tensorflow

Cascade R-CNN: Delving into High Quality Object Detection.
MIT License
35 stars 10 forks source link

trainning mobilenet_v2 failed #2

Open Asher-1 opened 5 years ago

Asher-1 commented 5 years ago

I got an error because the format of mobilenet_v2.mobilenetv2_base return values is not compatible with the format of resnet.resnet_base or resnet_gluoncv.resnet_base return values. the trainning was stoped in for level_name, p in zip(cfgs.LEVLES, P_list): Tensor objects are only iterable when eager execution is

Asher-1 commented 5 years ago

could any one help me?