tensorflow / tensorflow/models

research model 'ssd_resnet_50_fpn_coco' with input shape [?,?,?,3]

Open
#8,236 0 comments 0 reactions 1 assignee View on GitHub

@pkulzc is already working on this.

Since May 14, 2020.

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

Description

Hello everyone.

I am using tensorflow/models for model translation and the model is 'ssd_resnet_50_fpn_coco'. In the translation process, i want to know the exact value of the input shape, such as [1,640,640,3], but the input shape of 'ssd_resnet_50_fpn_coco' is [?,?,?,3]. So i want to know how to generate a new 'ssd_resnet_50_fpn_coco' model with input shape [1,640,640,3]?

I have tried to use pipeline.config of 'ssd_resnet_50_fpn_coco' to train again, but the result model was not the same as your research model 'ssd_resnet_50_fpn_coco(In fact, the featureextractor modules were the same, but other modules were not the same).

And in the file pipeline.config, i only modified PATH_TO_BE_CONFIGED.

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.