Closed tzayuan closed 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:
Is this segmentation graph semantically labeled? If not, are there any suggestions for assigning a label to each instance of the segmentation graph?
Hi,
The automatic demo uses SAM, which does not provide semantic categories.
Thanks.
Hi @hkchengrex ,
I run
and I got below results:
Is this segmentation graph semantically labeled? If not, are there any suggestions for assigning a label to each instance of the segmentation graph?