tensorflow / tensorflow/models
[object_detection] Does the OD API support single-stage segmentation?
Open
@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
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.