tensorflow / tensorflow/models
Turn on combined_nms: true in the pipeline config file of model, but it cause some error.
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.