tensorflow / tensorflow/models

CenterNetResnetFeatureExtractor's 'supported_sub_model_types' property is set to 'classification'

Open
#9,397 0 comments 2 reactions 3 assignees View on GitHub

Nobody has claimed this yet.

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

Description

In snippet below:
https://github.com/tensorflow/models/blob/7beddae1ff7207e7738693cdcdec389d16be83d3/research/object_detection/models/center_net_resnet_feature_extractor.py#L129-L130 the property is set as classification.

Fine-Tuning from CenterNet Resnet50 V2 512x512 I get the following error:
ValueError: Checkpoint type "detection" not supported for CenterNetResnetFeatureExtractor. Supported types are ['classification', 'fine_tune']

Config pipeline has been updated as: fine_tune_checkpoint_type: "detection"

Question is: Isn't CenterNet Resnet50 V2 512x512 supposed to be set as a detector ? Is there a difference in the api version between the pretrained model in the zoo and the current OD api ?

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.