tensorflow / tensorflow/models

How to to train custom ssd mobilenet from scratch

Open
#8,339 2 comments 1 reaction 1 assignee View on GitHub

@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

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.