tensorflow / tensorflow/models
Add instance key to training graph
Open
@pkulzc is already working on this.
Since Nov 10, 2020.
models:research:odapi
type:feature
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
1. The entire URL of the file you are using
https://github.com/tensorflow/models/tree/master/research/object_detection
2. Describe the feature you request
User can choose to add instance key to training graph.
3. Additional context
For batch predictions, user must pass instance keys unique to each image. To manage this case, the training graph should include a key that passes through the graph untouched (via tf.identity?). As I don't know how and where to add this "key" input, I would like a feature that does that automatically when specified by the user.
4. Are you willing to contribute it? (Yes or No)
Unfortunately no
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.