We can access a single instance using ContactPose class. However, how to get exhaustive list of p_num, intent, object_name etc. which are parameters of ContactPose ?
This is needed to convert the dataset to desired usage.
Hi @rohitdavas, sorry for the delay in replying. You can use the get_object_names(), get_intents(), and get_p_nums() functions in utilities/dataset.py.
How to access whole dataset in loops ?
We can access a single instance using ContactPose class. However, how to get exhaustive list of p_num, intent, object_name etc. which are parameters of ContactPose ?
This is needed to convert the dataset to desired usage.