How to determine which object corresponds to select_obj_id?
{ "num_classes": 256, "removal_thresh": 0.3, "select_obj_id" : [34] }
You can find your dataset in gaussian-grouping/Tracking-Anything-with-DEVA/example. Open the pred.json file — in this file, you can see the IDs corresponding to different objects. However, you’ll need to refer to the images in Annotations_color to identify which object each ID represents.
I've discovered an even better way to identify the select_object_ID: Simply open a grayscale image in the gaussian-grouping/data/astronaut/object_mask folder, and then check the grayscale value of the object you want to select. The object's grayscale value is the select_object_ID.