Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training Keypoints Detection Model using Object Detection API #4676

Closed
erfan-matroid opened this issue Jul 2, 2018 · 6 comments
Closed

Training Keypoints Detection Model using Object Detection API #4676

erfan-matroid opened this issue Jul 2, 2018 · 6 comments
Assignees

Comments

@erfan-matroid
Copy link

System information

  • What is the top-level directory of the model you are using: tensorflow/models/research/object_detection/samples/configs/mask_rcnn_*
  • Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Not yet
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04
  • TensorFlow installed from (source or binary): Binary
  • TensorFlow version (use command below): v1.8.0-0-g93bc2e2072 1.8.0
  • Bazel version (if compiling from source): N/A
  • CUDA/cuDNN version: V9.0.176 / V7.0.5
  • GPU model and memory: Tesla K80, 12GB
  • Exact command to reproduce:
# From the tensorflow/models/research/ directory
python object_detection/train.py \
    --logtostderr \
    --pipeline_config_path=${PATH_TO_YOUR_PIPELINE_CONFIG} \
    --train_dir=${PATH_TO_TRAIN_DIR}

source

Describe the problem

Mask-RCNN model can also be trained for keypoints detection and there is a keypoint_box_coder for the Mask RCNN model. However there is no documentation about preparing data and training a model for keypoints detection and judging from this test case it appears that it's not supported yet. Is there a plan to add keypoints detection to this API or are there any pointers to help add the implementation?

@Khodeir
Copy link

Khodeir commented Feb 19, 2019

^ Wondering the same.

@p890040
Copy link

p890040 commented Mar 20, 2019

Very hopes to release it!!!

@dustindorroh
Copy link

I've added some notes about this topic here: #2366

@tensorflowbutler
Copy link
Member

Hi There,
We are checking to see if you still need help on this, as this seems to be considerably old issue. Please update this issue with the latest information, code snippet to reproduce your issue and error you are seeing.
If we don't hear from you in the next 7 days, this issue will be closed automatically. If you don't need help on this issue any more, please consider closing this.

@ghost
Copy link

ghost commented Apr 23, 2021

@erfan-matroid did you figure out the key-point detection training? I really appreciate if you could share some references

@HoseinHashemi
Copy link

I am also keen to see a documentation on how to use the OD API for kp-detection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants