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

How to generate center and bounding box for each depth image? #40

Open
tiaopao opened this issue Nov 20, 2020 · 5 comments
Open

How to generate center and bounding box for each depth image? #40

tiaopao opened this issue Nov 20, 2020 · 5 comments

Comments

@tiaopao
Copy link

tiaopao commented Nov 20, 2020

I'm appreciating your great work.

For my own human pose dataset, in order to train the my own model:

  1. How to generate the center and bounding box for each depth image?
  2. How to generate the mean/standard deviation for each depth image?

For above questions, would you please share the method or algorithm?

@zhangboshen
Copy link
Owner

Hi,

  1. there are few choices that you can try, Faster RCNN (or whatever detector) human detector for bbox generation, and centers are borrowed from Gyeongsik et al. (https://github.com/mks0601/V2V-PoseNet_RELEASE) in our setting, but you can definetely train a simple center detector yourself.
  2. refer to this issue: Code for calculating mean and std #29 for the discussion of mean/std computaion, you can easily compute your own mean/std w.r.t your dataset.

@hankhuynh1011
Copy link

Hi Boshen, I appreciate your work. I would like to reproduce it on the iTop dataset, but I have a problem with the bounding box.
Most of the Detector (faster rcnn, ..) work on RGB images, so we need to finetune the Detector with depth dataset, right? and what is the depth dataset you used to finetune the Detector model?

@Shreyas-NR
Copy link

Hi @hankhuynh1011 ,

  1. Were you able to utilize this model to predict the Joints for a custom dataset?
  2. I'm also trying to pass a depth frame along with the ITOP side dataset and change the mean value so that the input depth frame to the model matches with the ITOP_side dataset. Unfortunately, the results are very bad.
  3. Could you tell me if you were able to do something more on this?

@zhangboshen
Copy link
Owner

eed to finetune the Detector with depth dataset, right? and what is the depth dataset you used to finetune the Detector model?

We finetune a FRCNN detector on the ITOP training set, GT bndbox is generated by calculate the min/max values of 2D GT keypoints.

@ProVival
Copy link

ProVival commented May 3, 2023

Hi @hankhuynh1011 ,

  1. Were you able to utilize this model to predict the Joints for a custom dataset?
  2. I'm also trying to pass a depth frame along with the ITOP side dataset and change the mean value so that the input depth frame to the model matches with the ITOP_side dataset. Unfortunately, the results are very bad.
  3. Could you tell me if you were able to do something more on this?

Were you able to solve these problems :D i am having same issues

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

No branches or pull requests

5 participants