hkchengrex / Tracking-Anything-with-DEVA

[ICCV 2023] Tracking Anything with Decoupled Video Segmentation
https://hkchengrex.com/Tracking-Anything-with-DEVA/
Other
1.27k stars 129 forks source link

semantic labeling for automated segmentation #114

Closed tzayuan closed 1 month ago

tzayuan commented 1 month ago

Hi @hkchengrex ,

I run

python demo/demo_automatic.py --chunk_size 4 \
--img_path ./example/vipseg/images/12_1mWNahzcsAc \
--amp --temporal_setting semionline \
--size 480 \
--output ./example/output

and I got below results: image

Is this segmentation graph semantically labeled? If not, are there any suggestions for assigning a label to each instance of the segmentation graph?

hkchengrex commented 1 month ago

Hi,

The automatic demo uses SAM, which does not provide semantic categories.

tzayuan commented 1 month ago

Thanks.