tensorflow / tensorflow/models

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

Open
#8,417 1 comment 0 reactions 1 assignee View on GitHub

@pkulzc is already working on this.

Since Apr 26, 2020.

models:research type:support
Dominant language
Python
Stars
77.7k
Forks
44.8k
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.