UX-Decoder / Segment-Everything-Everywhere-All-At-Once

[NeurIPS 2023] Official implementation of the paper "Segment Everything Everywhere All at Once"
Apache License 2.0
4.2k stars 355 forks source link

Inference in local instead of the http demo? #88

Open Feobi1999 opened 8 months ago

Feobi1999 commented 8 months ago

I want get the panoptic segmentaion results of a series of images, how can I run the inference in a local terminal?

MaureenZOU commented 6 months ago

If you only want to have panoptic segmentation results, the model of X-Decoder is no worse than SEEM, feel free to try the script: https://github.com/UX-Decoder/Segment-Everything-Everywhere-All-At-Once/blob/v1.0/inference/xdecoder/infer_panoseg.py

MaureenZOU commented 6 months ago

I will try to support SEEM directly : )