tensorflow / tensorflow/models
research model 'ssd_resnet_50_fpn_coco' with input shape [?,?,?,3]
@pkulzc is already working on this.
Since May 14, 2020.
- 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
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.