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

AR_data for custom synthetic data made with Isaac Sim Replicator #34

Open
monajalal opened this issue Mar 11, 2024 · 5 comments
Open

AR_data for custom synthetic data made with Isaac Sim Replicator #34

monajalal opened this issue Mar 11, 2024 · 5 comments

Comments

@monajalal
Copy link

Hello,

How can I create AR_data for the json file for custom synthetic dataset so that I can use it for CenterPose evaluator?

Currently, CenterPose evaluator expects AR_data as a field in the json annotation.

@mujiwob
Copy link

mujiwob commented Jul 16, 2024

@monajalal Hi, do you know how to get AR_data now? I also encountered this problem when training in TAO centerpose.

@Jason-xy
Copy link

@monajalal @mujiwob Hi, did you find any solution to get AR_data for the json file? I have encountered the same issue while training in TAO centerpose.

@mujiwob
Copy link

mujiwob commented Jul 30, 2024

@monajalal @mujiwob Hi, did you find any solution to get AR_data for the json file? I have encountered the same issue while training in TAO centerpose.

No. I found that AR_data is part of the Objectron dataset, but I don't know how to get it in the synthetic dataset by Isaac Sim.
I just commented out the relevant code in centerpose_evaluator.py to skip this part, which made the training go on. However, the inference results after training are not good, I don't know if it is because of the lack of AR_data or my dataset is not good enough.

@Jason-xy
Copy link

I have bypassed this problem by assigning all fields in AR_data to 0, and then trained on my dataset of 20k images. finally, the results were good, so I guess AR_data has no impact on the current training process.

@mujiwob
Copy link

mujiwob commented Jul 31, 2024

@Jason-xy So I think my poor results are probably due to the dataset. Is your dataset generated by Isaac Sim? If so, could you share the yaml setting files for generating the data and training? Thanks!

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

3 participants