Hello, when I use the app.py in the pixelrefer codebase, I meet the following problem:
Traceback (most recent call last):
File "/mnt/sdc/sunpenglei/PixelRefer/PixelRefer/demo/app.py", line 13, in
from pixelrefer import disable_torch_init, model_init, mm_infer, get_model_output_streaming
ImportError: cannot import name 'get_model_output_streaming' from 'pixelrefer'
Could you give me some instructions to fix it? Thank you a lot.
Hello, when I use the app.py in the pixelrefer codebase, I meet the following problem:
Traceback (most recent call last):
File "/mnt/sdc/sunpenglei/PixelRefer/PixelRefer/demo/app.py", line 13, in
from pixelrefer import disable_torch_init, model_init, mm_infer, get_model_output_streaming
ImportError: cannot import name 'get_model_output_streaming' from 'pixelrefer'
Could you give me some instructions to fix it? Thank you a lot.