tensorflow / tensorflow/models
How to to train custom ssd mobilenet from scratch
Open
@sguada is already working on this.
Since May 11, 2020.
models:research
type:docs
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
How can I retrain a ssd-mobilenet-v2 from the tensorflow object detection model zoo without transfer learning. I mean every weight and not just the last layer.
Do I have to build the network architecture and the script for training or can I make some minor change to the .config file or the train.py script specified in the docs on training a custom object detector.
Will this approach improve/worsen the network accuracy/loss?
Thanks in advance for any help.
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.