gaussian-grouping icon indicating copy to clipboard operation
gaussian-grouping copied to clipboard

How to determine which object corresponds to select_obj_id?

Open habitss opened this issue 1 month ago • 2 comments

{ "num_classes": 256, "removal_thresh": 0.3, "select_obj_id" : [34] }

habitss avatar Nov 05 '25 05:11 habitss

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.

Araza0418 avatar Nov 13 '25 07:11 Araza0418

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.

Araza0418 avatar Nov 13 '25 10:11 Araza0418