tensorflow / tensorflow/models

[object_detection] Does the OD API support single-stage segmentation?

Open
#8,055 0 comments 0 reactions 3 assignees View on GitHub

@pkulzc is already working on this.

Since May 29, 2020.

models:research:odapi type:support
Dominant language
Python
Stars
77.7k
Forks
44.8k
PR merge metrics
No merged PRs in 30d

Description

System information
  • What is the top-level directory of the model you are using: object_detection
  • Have I written custom code (as opposed to using a stock example script provided in TensorFlow): no
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubunto 16.04
  • TensorFlow installed from (source or binary): binary
  • TensorFlow version (use command below): 1.13
  • Bazel version (if compiling from source): -
  • CUDA/cuDNN version: CUDA 9
  • GPU model and memory: Titan RTX 23 GB
  • Exact command to reproduce: not relevant
Describe the problem

I see one can configure a masks predictions head in an SSD model as can be seen here. But I don't find in the code how it is being used, and whether and how it contributes to the loss function.
I know the API supports Mask RCNN, but I need to use the single-stage variant instead.
Please share any insights regarding how the API produces the mask predictions and where is the code which wires it to the total loss.
If it is not - is it expected?

Thanks in advance.

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.