YueLiao / PPDM

Code for "PPDM: Parallel Point Detection and Matching for Real-time Human-Object Interaction Detection".
MIT License
219 stars 42 forks source link

How to build my own dataset? #60

Closed iostream1000 closed 2 years ago

iostream1000 commented 2 years ago

I noticed that you used a self built dataset. I want to build a dataset in this format. What should I do or what tools should I use to mark it? Please give me some advice.

YueLiao commented 2 years ago

You could take this issue #14 and #57 as references. Additionally, the pt1 branch may show a clearer data structure [https://github.com/YueLiao/PPDM/tree/pt1/src/lib/datasets].