tensorflow / tensorflow/models
Object Detection API training documentation/tutorial from scratch + from retraining for TF2
@pkulzc is already working on this.
Since Jul 15, 2020.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Prerequisites
Please answer the following question for yourself before submitting an issue.
- I checked to make sure that this feature has not been requested already.
1. The entire URL of the file you are using
https://github.com/tensorflow/models/tree/master/official/...
2. Describe the feature you request
I would like to request two simple examples training Object Detection API from scratch and a second retraining (possibly of a SSD MobileNet model...dataset don't care) --to understand how to use the new API for TF2. Without this it is extremely difficult to understand how to transition from Object Detection API under TF1 to TF2. Tensorflow has nice examples (and codelabs) for doing both for classification. Detection examples are needed and not present even for TF1 officially --for TF2 it is critical.
3. Additional context
4. Are you willing to contribute it? (Yes or No)
Yes but, need at least shell of program to begin
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.