- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I'm trying to convert and use the Object detection models such as faster_rcnn_inception.. etc. But, with the exception for a single SSD model, I get various error messages from Model Optimizer.
The model is faster_rcnn_inception_v2_coco_2018_01_28 which I've downloaded from the Model Zoo.
python ./mo_tf.py --input_model C:\downloads\faster_rcnn_inception_v2_coco_2018_01_28.tar\faster_rcnn_inception_v2_coco_2018_01_28\frozen_inference_graph.pb --tensorflow_use_custom_operations_config extensions/front/tf/faster_rcnn_support.json --output="num_detections,detection_boxes,detection_classes,detection_scores" --tensorflow_object_detection_api_pipeline_config C:\downloads\faster_rcnn_nas_coco_2018_01_28.tar\faster_rcnn_nas_coco_2018_01_28\pipeline.config
Output:
[ ERROR ] Cannot infer shapes or values for node "add".
[ ERROR ] <lambda>() missing 1 required positional argument: 'b'
링크가 복사됨