Skip to content

Turn on combined_nms: true in the pipeline config file of model, but it cause some error. #8417

@jichenjichen

Description

@jichenjichen

cmd: python export_inference_graph.py --input_type=image_tensor --pipeline_config_path --trained_checkpoint_prefix --output
turn on combined_nms: true in pipeline config
use object_detection(fasterrcnn, ssd, mask_rcnn) in model_zoo checkpoint, it always cause error:
change_coordinate_frame (normlizing coordinates relative to clip_window) is not supported by combined_nms.
it maybe some cases not support by combined_nms, how can i modify pipeline config, only turn on combined_nms: true?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions